Example #1
0
        public void SaveLog(string factoryId, string commandType, string funcType, string sn,
                            string requestTime, string responseTime, string urlContent, string ip)
        {
            DAL_Other dal = new MesInterface.DAL_Other();

            dal.SaveLog(factoryId, commandType, funcType, sn, requestTime, responseTime, urlContent, ip);
        }
Example #2
0
        public void SaveErrorLog(string factoryId, string commandType, string funcType, string sn,
                                 string checkCmdResult, string urlContent, string ip)
        {
            DAL_Other dal = new MesInterface.DAL_Other();

            dal.SaveErrorLog(factoryId, commandType, funcType, sn, checkCmdResult, urlContent, ip);
        }