Beispiel #1
0
 public CountryMasterApiController(ICountryMasterDA CountryMaster)
 {
     CountryMasterDA = CountryMaster;
 }
 public CountryMasterApiController(ICountryMasterDA CountryMaster)
 {
     CountryMasterDA = CountryMaster;
 }
 public CountryMasterController(ICountryMasterDA insureMasterDA)
 {
     CountryDA = insureMasterDA;
 }
Beispiel #4
0
 public CountryMasterController(ICountryMasterDA insureMasterDA)
 {
     CountryDA = insureMasterDA;
 }