Exemple #1
0
 public IHttpActionResult Put([FromBody] PreSerches1 preSerch)
 {
     try
     {
         PreSerchesBL.UpdatePreSerch(preSerch);
         return(Ok());
     }
     catch
     {
         return(NotFound());
     }
 }