Esempio n. 1
0
 public void AddBulk(IList <T> entities)
 {
     _repository.AddBulk(entities);
 }