Init
This commit is contained in:
10
Prefab.Web.Client/Models/CategoryListItemModel.cs
Normal file
10
Prefab.Web.Client/Models/CategoryListItemModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Prefab.Web.Client.Models;
|
||||
|
||||
public class CategoryListItemModel
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
public string ParentName { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user