Exemple #1
0
 public bool CreateMany(List <Consumer> entities)
 {
     return(_consumerRepository.CreateMany(entities));
 }