Esempio n. 1
0
 public void SaveProductLabel(List <ProductLabelSetting> productLabelData)
 {
     //productLabelData.ForEach(x =>
     //{
     //    _productLabelSettingProvider.Insert(x);
     //});
     _productLabelSettingProvider.InsertAll(productLabelData);
 }