small fix
This commit is contained in:
parent
4ab214e540
commit
2bccc600f5
@ -12,7 +12,7 @@ namespace DiningRoomContracts.BindingModels
|
||||
|
||||
public double Cost { get; set; }
|
||||
|
||||
public Dictionary<int, (IComponentModel, int)> ProductComponents { get; set; } = new();
|
||||
public Dictionary<int, (IComponentModel, int)> DrinkComponents { get; set; } = new();
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user