Example #1
0
 public IHttpActionResult GetAllKeyWords()
 {
     return(Ok(PreSerchesBL.GetAllPreSerches()));
 }