исправил ошибки
This commit is contained in:
@@ -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() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user