исправление ошибок

This commit is contained in:
bekodeg
2024-04-25 22:38:28 +04:00
parent 816fdcb208
commit e1c6fd8286
14 changed files with 54 additions and 13 deletions

View File

@@ -5,6 +5,6 @@
string Name { get; }
double Price { get; }
int VendorId { get; }
public Dictionary<int, (IComponentModel, int)> BuildComponent { get; }
public Dictionary<int, (IComponentModel, int)> BuildComponents { get; }
}
}

View File

@@ -4,6 +4,6 @@
{
string Name { get; }
double Price { get; }
public Dictionary<int, (IComponentModel, int)> ProductComponent { get; }
public Dictionary<int, (IComponentModel, int)> ProductComponents { get; }
}
}