Пример #1
0
 public CountriesController(icountryRepository db)
 {
     this.db = db;
 }
Пример #2
0
 public CountriesController()
 {
     this.db = new EfCountryRepository();
 }