Exemplo n.º 1
0
 public IEnumerable <country> GetALL()
 {
     return(_countryRepository.GetALL());
 }