Exemple #1
0
        public string SetInDatabase(bool Diagnostic)
        {
            MySQLWork wrk = MySQLWork.GetInstance();

            if (Diagnostic)
            {
                return(wrk.WriteRecord(this, Diagnostic));
            }
            else
            {
                return(wrk.WriteRecord(this, Diagnostic));
            }
        }
Exemple #2
0
        public string SetInDatabase()
        {
            MySQLWork wrk = MySQLWork.GetInstance();

            return(wrk.WriteRecord(this));
        }