убрала скобку
This commit is contained in:
@@ -14,4 +14,4 @@ namespace CarCenterDataModels.Models
|
|||||||
int? EmployeeId { get; }
|
int? EmployeeId { get; }
|
||||||
public Dictionary<int, ICarModel> InspectionCars { get; }
|
public Dictionary<int, ICarModel> InspectionCars { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -7,5 +7,4 @@
|
|||||||
int ManagerId { get; }
|
int ManagerId { get; }
|
||||||
public Dictionary<int, ISaleModel> PreSaleWorkSale { get; }
|
public Dictionary<int, ISaleModel> PreSaleWorkSale { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user