Пример #1
0
 public void AddAll(List <T> entities)
 {
     _dataAccessLayer.AddAll(entities);
 }