public VillageController()
 {
     _villageService  = new VillageService();
     _mandalService   = new MandalService();
     _stateService    = new StateService();
     _districtservice = new DistrictService();
     _clusterService  = new ClusterService();
 }
Beispiel #2
0
 public ClusterController()
 {
     _mandalService   = new MandalService();
     _stateService    = new StateService();
     _districtService = new DistrictService();
     _branchService   = new BranchService();
     _employeeService = new EmployeeService();
     _clusterService  = new ClusterService();
 }
Beispiel #3
0
 public PanchayatController()
 {
     _PanchayatService = new PanchayatService();
     _stateservice     = new StateService();
     _clusterService   = new ClusterService();
     _mandalService    = new MandalService();
     _villageService   = new VillageService();
     _CommonService    = new CommonService();
     _DistrictService  = new DistrictService();
 }
 public MandalController()
 {
     _mandalService = new MandalService();
     _stateService = new StateService();
     _districtService = new DistrictService();
 }