Example #1
0
 public HospitalTypeController()
 {
     hospitalTypeDataService = new HospitalTypeDataService();
 }
 public HospitalTypeBusinessService(IHospitalTypeDataService _hospitalTypeDataService)
 {
     hospitalTypeDataService = _hospitalTypeDataService;
 }