Example #1
0
 public IHttpActionResult GetById(int preSercheId)
 {
     try
     {
         return(Ok(PreSerchesBL.GetById(preSercheId)));
     }
     catch
     {
         return(NotFound());
     }
 }