исправил ошибки
This commit is contained in:
parent
d935c309e1
commit
057d088443
@ -16,7 +16,7 @@ namespace CarCenterContracts.ViewModels
|
||||
|
||||
public int Id { get; set; }
|
||||
public Dictionary<int, ISaleModel> EmployeeSale { get; set; } = new();
|
||||
public Dictionary<int, IEmployeeInspectionModel> EmployeeInspection { get; set; }
|
||||
public Dictionary<int, IInspectionModel> EmployeeInspection { get; set; }
|
||||
|
||||
public EmployeeViewModel() { }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user