示例#1
0
 private void MoveMappedProducts(List <MasterGroupMappingProduct> listOfMappedProducts, int toMasterGroupMapping)
 {
     listOfMappedProducts.ForEach(product => {
         masterGroupMappingRepo.UpdateMasterGroupMappingIDOfMasterGroupMappingProduct(product, toMasterGroupMapping);
     });
 }