public bool InsertMEMO_EventLog(string EventDisc, string OperatorId, int StoreID, int AgentID) { objData = new ClsData(); bool OutFlg = objData.InsertMEMO_EventLog(EventDisc, OperatorId, StoreID, AgentID); if (OutFlg == true) { return(true); } else { return(false); } }