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