Beispiel #1
0
 public List<tinpotherpricing> GetOtherPricingList(ContextInfo contextInfo, List<MESParameterInfo> lstParameters)
 {
     contextInfo.Action = MES_ActionType.Query;
     OtherPricingBll bll = new OtherPricingBll(contextInfo);
     bll.CallAccessControl();
     List<tinpotherpricing> rs = bll.GetSelectedObjects<tinpotherpricing>(lstParameters);
     GC.Collect();
     return rs;
 }