コード例 #1
0
 public RentalPointController(IRentalPointService rentalPointService, IRentalCompanyService companyService, ICityService cityService)
 {
     this.rentalPointService = rentalPointService;
     this.companyService     = companyService;
     this.cityService        = cityService;
 }
コード例 #2
0
 public RentalCompanyController(IRentalCompanyService rentalCompanyService)
 {
     service = rentalCompanyService;
 }