Exemplo n.º 1
0
 public List <City> FindAllCity(int id)
 {
     return(_countryRepo.ReadAllCity(id));
 }