Exemplo n.º 1
0
 public async Task <MetaPost> GetPostAsync(string postid, string username, string password)
 {
     _logger.LogInformation($"MetaWeblog:GetPost is called");
     return(await _provider.GetPostAsync(postid, username, password));
 }