Ejemplo n.º 1
0
 public IHttpActionResult GetVacant()
 {
     try
     {
         return(Ok(repo.GetVacantRooms()));
     }
     catch (Exception)
     {
         return(NotFound());
     }
 }