This commit is contained in:
sunkaixuan
2019-01-25 22:40:19 +08:00
parent b3f7fc29d1
commit 18d0346e46
3 changed files with 33 additions and 34 deletions

View File

@@ -1,15 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Linq.Expressions;
using SqlSugar;
using OrmTest.Models;
using System.Data.SqlClient;
using OrmTest.PerformanceTesting;
using OrmTest.UnitTest;
using OrmTest.PerformanceTesting;
using System;
namespace OrmTest
{
@@ -62,6 +53,9 @@ namespace OrmTest
Demo.Delete.Init();
Demo.InsertOrUpdate.Init();
Demo.Debugger.Init();
Console.WriteLine("all successfully.");
Console.ReadKey();
}
}
}