many edits

This commit is contained in:
Lan
2020-04-06 16:46:38 +03:00
parent 2a4720e790
commit 42b03074d0
8 changed files with 1363 additions and 1224 deletions

View File

@@ -12,6 +12,7 @@ namespace Kehyeedra3.Services.Models
public StoreItemType StoreItemType { get; set; } = 0;
public ICollection<StoreInventory> Items { get; set; }
public ICollection<ItemOffer> Offers { get; set; }
}
public enum StoreItemType