Exemplo n.º 1
0
        public void AddDoDask(string companyID, string orderID, string systemCode, string modelCode, string modelName, string strXML, MsgType msgType)
        {
            Record.WriteLogFunction("AddDoDask()modelCode||" + modelCode);
            EngineServicesBLL bll = new EngineServicesBLL();

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