исправил ошибки

This commit is contained in:
spacyboy 2024-04-28 17:54:17 +04:00
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() { }