mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
-
This commit is contained in:
parent
43432c64b0
commit
0f137be5a6
16
Src/Asp.Net/SqlServerTest/Demo/Demo4_Deleteable.cs
Normal file
16
Src/Asp.Net/SqlServerTest/Demo/Demo4_Deleteable.cs
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace OrmTest
|
||||||
|
{
|
||||||
|
public class Demo4_Deleteable
|
||||||
|
{
|
||||||
|
public static void Init()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -53,6 +53,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Demo\Demo2_Updateable.cs" />
|
<Compile Include="Demo\Demo2_Updateable.cs" />
|
||||||
<Compile Include="Demo\Demo3_Insertable.cs" />
|
<Compile Include="Demo\Demo3_Insertable.cs" />
|
||||||
|
<Compile Include="Demo\Demo4_Deleteable.cs" />
|
||||||
<Compile Include="Demo\DemoC_GobalFilter.cs" />
|
<Compile Include="Demo\DemoC_GobalFilter.cs" />
|
||||||
<Compile Include="Demo\Demo1_Queryable.cs" />
|
<Compile Include="Demo\Demo1_Queryable.cs" />
|
||||||
<Compile Include="Demo\DemoD_DbFirst.cs" />
|
<Compile Include="Demo\DemoD_DbFirst.cs" />
|
||||||
|
Loading…
Reference in New Issue
Block a user