mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Update Demo
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user