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