refactoring
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MyOffice.Data.Models.Items;
|
||||
|
||||
public class ItemGlobal
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string Name { get; set; } = null!;
|
||||
public IEnumerable<Item> Items { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user