mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update Demo
This commit is contained in:
parent
23ac3d414d
commit
471b687e3a
@ -10,10 +10,14 @@ namespace OrmTest
|
|||||||
{
|
{
|
||||||
//OldTestMain.Init();
|
//OldTestMain.Init();
|
||||||
|
|
||||||
|
//Demo
|
||||||
Demo1_SqlSugarClient.Init();
|
Demo1_SqlSugarClient.Init();
|
||||||
Democ_GobalFilter.Init();
|
Democ_GobalFilter.Init();
|
||||||
DemoD_DbFirst.Init();
|
DemoD_DbFirst.Init();
|
||||||
|
|
||||||
|
//Unit test
|
||||||
|
NewUnitTest.Init();
|
||||||
|
|
||||||
Console.WriteLine("all successfully.");
|
Console.WriteLine("all successfully.");
|
||||||
Console.ReadKey();
|
Console.ReadKey();
|
||||||
}
|
}
|
||||||
|
@ -134,6 +134,7 @@
|
|||||||
<Compile Include="OldTest\UnitTest\Setting\MapColumn.cs" />
|
<Compile Include="OldTest\UnitTest\Setting\MapColumn.cs" />
|
||||||
<Compile Include="OldTest\UnitTest\Setting\MapTable.cs" />
|
<Compile Include="OldTest\UnitTest\Setting\MapTable.cs" />
|
||||||
<Compile Include="OldTest\UnitTest\Update.cs" />
|
<Compile Include="OldTest\UnitTest\Update.cs" />
|
||||||
|
<Compile Include="UnitTest\Main.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj">
|
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj">
|
||||||
|
15
Src/Asp.Net/SqlServerTest/UnitTest/Main.cs
Normal file
15
Src/Asp.Net/SqlServerTest/UnitTest/Main.cs
Normal 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()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user