исправление ошибок
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
{
|
||||
string Name { get; }
|
||||
double Price { get; }
|
||||
public Dictionary<int, (IComponentModel, int)> ProductComponent { get; }
|
||||
public Dictionary<int, (IComponentModel, int)> ProductComponents { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user