Ejemplo n.º 1
0
 public CountryMasterApiController(ICountryMasterDA CountryMaster)
 {
     CountryMasterDA = CountryMaster;
 }
 public CountryMasterApiController(ICountryMasterDA CountryMaster)
 {
     CountryMasterDA = CountryMaster;
 }
 public CountryMasterController(ICountryMasterDA insureMasterDA)
 {
     CountryDA = insureMasterDA;
 }
Ejemplo n.º 4
0
 public CountryMasterController(ICountryMasterDA insureMasterDA)
 {
     CountryDA = insureMasterDA;
 }