Промежуточне сохранение.

This commit is contained in:
2023-03-23 10:28:44 +04:00
parent 3c1388cbaf
commit 1e56812c08

View File

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