Пример #1
0
 public List <Country> GetAll()
 {
     return(_countryDAL.GetAll().ToList());
 }
Пример #2
0
 public static List <Country> GetList()
 {
     return(CountryDB.GetAll());
 }
Пример #3
0
 public ICollection <Country> GetAll()
 {
     return(_countryDAL.GetAll());
 }