Exemple #1
0
 protected override Task DeleteAttachment(string key)
 {
     return(commands.DeleteAttachmentAsync(key, null));
 }