Beispiel #1
0
 public void DoUpdateOtherPricing(ContextInfo contextInfo, tinpotherpricing otherpricing)
 {
     contextInfo.Action = MES_ActionType.Update;
     OtherPricingBll bll = new OtherPricingBll(contextInfo);
     bll.CallAccessControl();
     bll.DoUpdate(otherpricing);
     GC.Collect();
 }