Ejemplo n.º 1
0
 public bool AddRange(IEnumerable <TEntity> entities)
 {
     return(_Service.AddRange(entities.ToArray()));
 }