This commit is contained in:
sunkaixuan 2017-12-20 10:27:16 +08:00
parent d9df7d1564
commit d901d6d60b

View File

@ -15,7 +15,7 @@ namespace PerformanceTest
/// <param name="args"></param> /// <param name="args"></param>
static void Main(string[] args) static void Main(string[] args)
{ {
var type = DemoType.GetById; var type = DemoType.GetAll;
var ormType = OrmType.Dapper; var ormType = OrmType.Dapper;
switch (type) switch (type)
{ {