Init
This commit is contained in:
12
Prefab.Web.Client/ViewModels/Catalog/CategoryCardModel.cs
Normal file
12
Prefab.Web.Client/ViewModels/Catalog/CategoryCardModel.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Prefab.Web.Client.ViewModels.Catalog;
|
||||
|
||||
public sealed class CategoryCardModel
|
||||
{
|
||||
public string Title { get; set; } = string.Empty;
|
||||
|
||||
public string Url { get; set; } = string.Empty;
|
||||
|
||||
public string? ImageUrl { get; set; }
|
||||
|
||||
public string? SecondaryText { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user