small fix

This commit is contained in:
Алексей Тихоненков 2024-04-29 20:03:23 +04:00
parent 4ab214e540
commit 2bccc600f5

View File

@ -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();
}
}