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