Exemple #1
0
 public async Task <bool> DeletePersonDocuments(IEnumerable <string> docs)
 {
     return(await _repo.DeletePersonDocuments(docs));
 }