Ejemplo n.º 1
0
        public string SetInDatabase(bool Diagnostic)
        {
            MySQLWork wrk = MySQLWork.GetInstance();

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

            return(wrk.WriteRecord(this));
        }