поменял models
This commit is contained in:
parent
6a498b48b1
commit
f5d70ec853
@ -5,7 +5,5 @@
|
||||
string EmployeeFIO { get; }
|
||||
string EmployeePost { get; }
|
||||
double EmployeeSalary { get; }
|
||||
int ManagerId { get; }
|
||||
public Dictionary<int, ISaleModel> EmployeeSales { get; }
|
||||
}
|
||||
}
|
@ -5,8 +5,6 @@
|
||||
string PreSaleWorkType { get; }
|
||||
double PreSaleWorkPrice { get; }
|
||||
DateTime? PreSaleWorkDate { get; }
|
||||
int ManagerId { get; }
|
||||
int CompletionsId { get; }
|
||||
public Dictionary<int, ISaleModel> PreSaleWorkSales { get; }
|
||||
int? CompletionsId { get; }
|
||||
}
|
||||
}
|
@ -4,7 +4,6 @@
|
||||
{
|
||||
string SaleName { get; }
|
||||
double SalePrice { get; }
|
||||
DateTime? SaleDate { get; }
|
||||
int ManagerId { get; }
|
||||
DateTime SaleDate { get; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user