コード例 #1
0
 public CountryMasterApiController(ICountryMasterDA CountryMaster)
 {
     CountryMasterDA = CountryMaster;
 }
コード例 #2
0
 public CountryMasterApiController(ICountryMasterDA CountryMaster)
 {
     CountryMasterDA = CountryMaster;
 }
コード例 #3
0
 public CountryMasterController(ICountryMasterDA insureMasterDA)
 {
     CountryDA = insureMasterDA;
 }
コード例 #4
0
 public CountryMasterController(ICountryMasterDA insureMasterDA)
 {
     CountryDA = insureMasterDA;
 }