Промежуточне сохранение.
This commit is contained in:
@@ -19,6 +19,8 @@ namespace BlacksmithWorkshopListImplement.Models
|
||||
|
||||
public int Id { get; set; }
|
||||
|
||||
public int MaxCountManufactures { get; set; }
|
||||
|
||||
public Dictionary<int, (IManufactureModel, int)> Manufactures { get; private set; } =
|
||||
new Dictionary<int, (IManufactureModel, int)>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user