mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Update Demo
This commit is contained in:
@@ -15,8 +15,8 @@ namespace PerformanceTest
|
||||
/// <param name="args"></param>
|
||||
static void Main(string[] args)
|
||||
{
|
||||
//new TestGetAll().Init(OrmType.SqlSugar);
|
||||
// new TestGetById().Init(OrmType.SqlSugar);
|
||||
//new TestGetAll().Init(OrmType.Dapper);
|
||||
//new TestGetById().Init(OrmType.EF);
|
||||
new TestSql().Init(OrmType.SqlSugar);
|
||||
Console.ReadKey();
|
||||
}
|
||||
|
Reference in New Issue
Block a user