Exemple #1
0
 public async Task <bool> AddDocumentAsync(Document document)
 {
     return(await _repository.AddedAsync(document));
 }