Beispiel #1
0
 public async Task <bool> RemoveDocumentAsync(int Id)
 {
     return(await _repository.RemoveAsync(Id));
 }