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

View File

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