Exemplo n.º 1
0
 public IEnumerable <City> GetAll()
 {
     return(_cityDao.GetAll());
 }
Exemplo n.º 2
0
 public ICollection <City> GetAll()
 {
     return(cities.GetAll());
 }