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