Update Demo

This commit is contained in:
sunkaixuan
2017-09-22 14:12:58 +08:00
parent 8479b4ff33
commit 24bbffa2df
8 changed files with 103 additions and 8 deletions

View File

@@ -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();
}