Exemplo n.º 1
0
 public Task <Attachment> HeadAttachmentAsync(string key)
 {
     return(new CompletedTask <Attachment>(databaseCommands.HeadAttachment(key)));
 }