public RentUpdateService(IRentDataAccess rentDataAccess, ICompanyGetService companyGetService, ICarGetService carGetService) { RentDataAccess = rentDataAccess; CarGetService = carGetService; CompanyGetService = companyGetService; }
public RentGetService(IRentDataAccess companyDataAccess) { this.RentDataAccess = companyDataAccess; }