FLARJ 2023-04-05 20:28:03 +04:00
commit 7e19243888

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; }
}
}