mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
-
This commit is contained in:
parent
f522b95cfc
commit
6ed7dd3a7c
@ -140,6 +140,7 @@
|
||||
<Compile Include="OldTest\UnitTest\Setting\MapColumn.cs" />
|
||||
<Compile Include="OldTest\UnitTest\Setting\MapTable.cs" />
|
||||
<Compile Include="OldTest\UnitTest\Update.cs" />
|
||||
<Compile Include="UnitTest\UAdo.cs" />
|
||||
<Compile Include="UnitTest\UThread3.cs" />
|
||||
<Compile Include="UnitTest\UThread2.cs" />
|
||||
<Compile Include="UnitTest\UValidate.cs" />
|
||||
|
@ -26,6 +26,7 @@ namespace OrmTest
|
||||
public static void Init()
|
||||
{
|
||||
Json();
|
||||
Ado();
|
||||
Thread();
|
||||
Thread2();
|
||||
Thread3();
|
||||
|
15
Src/Asp.Net/SqlServerTest/UnitTest/UAdo.cs
Normal file
15
Src/Asp.Net/SqlServerTest/UnitTest/UAdo.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace OrmTest
|
||||
{
|
||||
public partial class NewUnitTest
|
||||
{
|
||||
public static void Ado() {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user