示例#1
0
 public Task <JToken> GetBlogPosts(string blogPostId)
 {
     return(_internalClient.GetBlogPost(blogPostId));
 }