Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            //NewMethod();
            SqlServer sql   = new SqlServer();
            Mysql     mysql = new Mysql();

            sql.Add();
            mysql.Add();
        }