Exemple #1
0
 public IHttpActionResult GetTags(string Query)
 {
     return(Ok(_BlogService.GetTags(Query)));
 }