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; }
public MasterAreaController([FromServices] IBusiness business) { areaService = business.IMasterAreaService; }