Example #1
0
 public Task <Attachment> GetAttachmentAsync(string key)
 {
     return(new CompletedTask <Attachment>(databaseCommands.GetAttachment(key)));
 }