исправление моделей viue
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public interface IBuildModel : IId
|
||||
{
|
||||
string BuildName { get; }
|
||||
string Name { get; }
|
||||
double Price { get; }
|
||||
int VendorId { get; }
|
||||
public Dictionary<int, (IComponentModel, int)> BuildComponent { get; }
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public interface IComponentModel : IId
|
||||
{
|
||||
string ComponentName { get; }
|
||||
string Name { get; }
|
||||
double Cost { get; }
|
||||
int StoreKeeperId { get; }
|
||||
}
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
{
|
||||
double Cost { get; }
|
||||
DateTime DateCreate { get; }
|
||||
int StoreKeeperId { get; }
|
||||
public Dictionary<int, (IProductModel, int)> OrderProduct { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user