Ejemplo n.º 1
0
 public CountriesController(icountryRepository db)
 {
     this.db = db;
 }
Ejemplo n.º 2
0
 public CountriesController()
 {
     this.db = new EfCountryRepository();
 }