Beispiel #1
0
 protected override Task DeleteDocument(string documentId)
 {
     return(commands.DeleteDocumentAsync(documentId));
 }