cyjdf c,jhrf

This commit is contained in:
bekodeg
2024-04-30 19:43:16 +04:00
parent 733c40a85a
commit cc389d7922
5 changed files with 21 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
{
string Name { get; }
double Price { get; }
int VendorId { get; }
IVendorModel Vendor { get; }
public Dictionary<int, (IComponentModel, int)> BuildComponents { get; }
public List<ICommentModel> Comments { get; }
}