Exemplo n.º 1
0
 public PSGC(IBarangayService iBarangayService, ICityMunicipalityService iCityMunicipalityService, IProvinceService iProvinceService, IRegionService iRegionService)
 {
     _iBarangayService         = iBarangayService;
     _iCityMunicipalityService = iCityMunicipalityService;
     _iProvinceService         = iProvinceService;
     _iRegionService           = iRegionService;
 }
Exemplo n.º 2
0
 public BarangayController(IBarangayService barangayService)
 {
     _barangayService = barangayService;
 }