Esempio n. 1
0
 public ActionResult <IEnumerable <Shoe> > GetAll()
 {
     try
     {
         return(Ok(_bs.GetAll()));
     }
     catch (System.Exception)
     {
         throw;
     }
 }