refactoring
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MyOffice.Web.Models.Item
|
||||
{
|
||||
public class ItemEditModel
|
||||
{
|
||||
public string Id { get; set; } = null!;
|
||||
public string Category { get; set; } = null!;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user