Exemplo n.º 1
0
 public IActionResult Get()
 {
     return(Ok(_repo.GetAll()));
 }
Exemplo n.º 2
0
 public IEnumerable <Request> GetAll()
 {
     return(Repository.GetAll());
 }