Промежуточне сохранение.
This commit is contained in:
parent
3c1388cbaf
commit
1e56812c08
@ -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)>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user