示例#1
0
        public List <UserInfo> ReturnUserInfoDask(string companyID, string orderID, string systemCode, string modelCode, string modelName, string strXML, MsgType msgType)
        {
            Record.WriteLogFunction("ReturnUserInfoDask()modelCode||" + modelCode);
            EngineServicesBLL bll = new EngineServicesBLL();

            return(bll.ReturnUserInfoDask(companyID, orderID, systemCode, modelCode, modelName, strXML, msgType));
        }