public RentalPointController(IRentalPointService rentalPointService, IRentalCompanyService companyService, ICityService cityService) { this.rentalPointService = rentalPointService; this.companyService = companyService; this.cityService = cityService; }
public RentalCompanyController(IRentalCompanyService rentalCompanyService) { service = rentalCompanyService; }