Exemple #1
0
        public void ShouldClassGenerator_GenerateTables()
        {
            SugarContext context = new SugarContext();

            context.CreateTable(false, 255, typeof(Students), typeof(Schools));
        }