Exemple #1
0
 public async Task <bool> DeleteAllPersonPhotos(string personId)
 {
     return(await _repo.DeleteAllPersonPhoto(personId));
 }