Exemplo n.º 1
0
 public CountryEntity GetCountryByCountry(string country)
 {
     return(dao.GetCountryByCountry(country));
 }