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