mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +08:00
Update Demo
This commit is contained in:
parent
3737e8185a
commit
c9d3c31b89
@ -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();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user