Example #1
0
 // GET api/<controller>
 public IHttpActionResult GetStaticPage(int id)
 {
     return(Ok(_repo.AdminGetStaticPage(id)));
 }