mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
-
This commit is contained in:
parent
360747a2b3
commit
8c5f045b27
12
Src/Asp.Net/SqlServerTest/Demo/Demo6_Queue.cs
Normal file
12
Src/Asp.Net/SqlServerTest/Demo/Demo6_Queue.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace OrmTest
|
||||||
|
{
|
||||||
|
public class Demo6_Queue
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
@ -55,6 +55,7 @@
|
|||||||
<Compile Include="Demo\Demo3_Insertable.cs" />
|
<Compile Include="Demo\Demo3_Insertable.cs" />
|
||||||
<Compile Include="Demo\Demo4_Deleteable.cs" />
|
<Compile Include="Demo\Demo4_Deleteable.cs" />
|
||||||
<Compile Include="Demo\Demo5_SqlQueryable.cs" />
|
<Compile Include="Demo\Demo5_SqlQueryable.cs" />
|
||||||
|
<Compile Include="Demo\Demo6_Queue.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