Ejemplo 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);
 }
 public void AddDoDask(string companyID, string orderID, string systemCode, string modelCode, string modelName, string strXML, MsgType msgType)
 {
     Tracer.Debug("AddDoDask()modelCode||" + modelCode);
     EngineServicesBLL bll = new EngineServicesBLL();
     bll.AddDoDask(companyID, orderID, systemCode, modelCode, modelName, strXML, msgType);
 }