Exemplo n.º 1
0
 public IEnumerable <Country> GetList()
 {
     return(business.GetList());
 }