Esempio n. 1
0
 public IEnumerable <Paises> GetAll()
 {
     return(_repo.GetAll());
 }
Esempio n. 2
0
 // GET api/paises
 public IEnumerable <Object> Get()
 {
     return(Context.GetAll());
 }