Ejemplo n.º 1
0
 public IHttpActionResult GetAllAvailableWithTypeCount()
 {
     try
     {
         var x = repo.GetAvailableWithCount();
         return(Ok(x));
     }
     catch (Exception)
     {
         return(NotFound());
     }
 }