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

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

View File

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