コード例 #1
0
 public CountriesController(icountryRepository db)
 {
     this.db = db;
 }
コード例 #2
0
 public CountriesController()
 {
     this.db = new EfCountryRepository();
 }