Update Demo

This commit is contained in:
sunkaixuan 2019-01-17 01:19:40 +08:00
parent 3737e8185a
commit c9d3c31b89

View File

@ -53,6 +53,10 @@ namespace SugarCodeGeneration
Console.ReadKey();
//test bll
//SchoolManager sm = new SchoolManager();
//sm.GetList();
//sm.StudentDb.AsQueryable().Where(it => it.Id == 1).ToList();
//sm.Db.Queryable<Student>().ToList();
}