Eliseev E.E. LabWork02_Hard #7

Closed
ElEgEv wants to merge 23 commits from LabWork02_Hard into LabWork01_Hard
Showing only changes of commit 1e56812c08 - Show all commits

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