Example #1
0
 public IHttpActionResult GetSiteByKey(string key)
 {
     return(Ok(manager.FindByQueryName(key)));
 }