Ejemplo n.º 1
0
 public ActionResult <IEnumerable <Library> > Get()
 {
     return(Ok(_repo.GetAll()));
 }
 public IEnumerable <Library> GetAll()
 {
     return(_repo.GetAll());
 }