Esempio n. 1
0
        public void LogSuccessfulEvent(string user, string method)
        {
            string sql = SQLHelper.GetSqlCommand(user, method, "NULL", "DBMID");

            SQLHelper.ExecuteCommand(sql);
        }