Update Demo

This commit is contained in:
sunkaixuan 2019-05-07 09:12:38 +08:00
parent 23ac3d414d
commit 471b687e3a
3 changed files with 20 additions and 0 deletions

View File

@ -10,10 +10,14 @@ namespace OrmTest
{
//OldTestMain.Init();
//Demo
Demo1_SqlSugarClient.Init();
Democ_GobalFilter.Init();
DemoD_DbFirst.Init();
//Unit test
NewUnitTest.Init();
Console.WriteLine("all successfully.");
Console.ReadKey();
}

View File

@ -134,6 +134,7 @@
<Compile Include="OldTest\UnitTest\Setting\MapColumn.cs" />
<Compile Include="OldTest\UnitTest\Setting\MapTable.cs" />
<Compile Include="OldTest\UnitTest\Update.cs" />
<Compile Include="UnitTest\Main.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj">

View File

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace OrmTest
{
public partial class NewUnitTest
{
public static void Init()
{
}
}
}