Exemple #1
0
 public async Task <bool> DeletePostAsync(string key, string postid, string username, string password, bool publish)
 {
     _logger.LogInformation($"MetaWeblog:DeletePost is called");
     return(await _provider.DeletePostAsync(key, postid, username, password, publish));
 }