Example #1
0
 public Business(
     IMasterPelangganService iMasterPelangganService, IMasterRayonService iMasterRayonService,
     IMasterWilayahService iMasterWilayahService, IMasterAreaService iMasterAreaService,
     IMasterKelurahanService iMasterKelurahanService, IMasterKecamatanService iMasterKecamatanService,
     IMasterCabangService iMasterCabangService, IMasterDiameterService iMasterDiameterService,
     IMasterGolonganService iMasterGolonganService, IMasterKolektifService iMasterKolektifService,
     IMasterSumberAirService iMasterSumberAirService, IMasterKondisiMeterService iMasterKondisiMeterService,
     IMasterBlokService iMasterBlokService, IMasterMerekMeterService iMasterMerekMeterService)
 {
     IMasterPelangganService    = iMasterPelangganService;
     IMasterRayonService        = iMasterRayonService;
     IMasterWilayahService      = iMasterWilayahService;
     IMasterAreaService         = iMasterAreaService;
     IMasterKelurahanService    = iMasterKelurahanService;
     IMasterKecamatanService    = iMasterKecamatanService;
     IMasterCabangService       = iMasterCabangService;
     IMasterDiameterService     = iMasterDiameterService;
     IMasterGolonganService     = iMasterGolonganService;
     IMasterKolektifService     = iMasterKolektifService;
     IMasterSumberAirService    = iMasterSumberAirService;
     IMasterKondisiMeterService = iMasterKondisiMeterService;
     IMasterBlokService         = iMasterBlokService;
     IMasterMerekMeterService   = iMasterMerekMeterService;
 }
Example #2
0
 public MasterBlokController([FromServices] IBusiness business)
 {
     BlokService = business.IMasterBlokService;
 }