Exemple #1
0
 public bool DeleteById(List <Guid> ids)
 {
     return(_consumerRepository.DeleteMany(ids));
 }