public ActionResult <IEnumerable <Library> > Get() { return(Ok(_repo.GetAll())); }
public IEnumerable <Library> GetAll() { return(_repo.GetAll()); }