Beispiel #1
0
 public async Task <IHttpActionResult> GetPostContent(int contentId)
 {
     return(Ok(await blogInfoRepo.GetContent(contentId)));
 }