+ поля интерфейсов

This commit is contained in:
Ismailov_Rovshan 2023-04-05 20:24:38 +04:00
parent 609c801c3d
commit e2d0bf9d8d

View File

@ -11,5 +11,6 @@ namespace FurnitureFactoryDataModels.Models
string Name { get;}
string Color { get; }
string Type { get; }
public Dictionary<int, IMaterialModel> FurnitureMaterial { get; }
}
}