Example #1
0
 public IHttpActionResult ShowInContent(ContentBoolean Model)
 {
     _ContentService.ShowInContent(Model, User.Identity.GetUserId());
     return(Ok());
 }