эх
This commit is contained in:
parent
d33174b32e
commit
7d168ba8b1
@ -1,8 +0,0 @@
|
|||||||
namespace DinerContracts.ViewModels
|
|
||||||
{
|
|
||||||
public class ShopSnackViewModel
|
|
||||||
{
|
|
||||||
public ShopViewModel Shop { get; set; } = new();
|
|
||||||
public Dictionary<int, SnackCount> ShopSnack { get; set; } = new();
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,8 +0,0 @@
|
|||||||
namespace DinerContracts.ViewModels
|
|
||||||
{
|
|
||||||
public class SnackCount
|
|
||||||
{
|
|
||||||
public SnackViewModel Snack { get; set; }
|
|
||||||
public int Count { get; set; } = new();
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user