예제 #1
0
 public async Task <IList <MetaPost> > GetRecentPosts(string blogid, string username, string password, int numberOfPosts)
 {
     _logger.LogInformation($"MetaWeblog:GetRecentPosts is called");
     return(await _provider.GetRecentPostsAsync(blogid, username, password, numberOfPosts));
 }