mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
-
This commit is contained in:
parent
3f96bf2048
commit
c34232ab43
@ -15,9 +15,9 @@ namespace PerformanceTest
|
||||
/// <param name="args"></param>
|
||||
static void Main(string[] args)
|
||||
{
|
||||
//new TestGetAll().Init();
|
||||
//new TestGetById().Init();
|
||||
new TestSql().Init(OrmType.SqlSugar);
|
||||
//new TestGetAll().Init(OrmType.SqlSugar);
|
||||
new TestGetById().Init(OrmType.SqlSugar);
|
||||
//new TestSql().Init(OrmType.SqlSugar);
|
||||
Console.ReadKey();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user