Exemplo n.º 1
0
        public bool GetAllT_PickRuleByHeaderID(ref List <T_PickRuleInfo> modelList, int headerID, ref string strError)
        {
            T_PickRule_Func tfunc = new T_PickRule_Func();

            return(tfunc.GetModelListByHeaderID(ref modelList, headerID, ref strError));
        }