убрала скобку

This commit is contained in:
2024-04-26 20:23:06 +04:00
parent c5e513659e
commit 070a07db24
2 changed files with 2 additions and 3 deletions

View File

@@ -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; }
} }
} }

View File

@@ -7,5 +7,4 @@
int ManagerId { get; } int ManagerId { get; }
public Dictionary<int, ISaleModel> PreSaleWorkSale { get; } public Dictionary<int, ISaleModel> PreSaleWorkSale { get; }
} }
} }
}