Ejemplo n.º 1
0
 public void AddRange(List <Shipper> entities)
 {
     _shipperDal.AddRange(entities);
 }