This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace TaxBaik.Web.Models;
|
||||
|
||||
public sealed record AdminPageHeaderModel(
|
||||
string Eyebrow,
|
||||
string Title,
|
||||
string? Subtitle,
|
||||
string? ActionHref,
|
||||
string? ActionText);
|
||||
Reference in New Issue
Block a user