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