This commit is contained in:
sunkaixuan 2019-05-20 18:01:17 +08:00
parent 8c5f045b27
commit cf4e5602f6
2 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,9 @@ using System.Threading.Tasks;
namespace OrmTest namespace OrmTest
{ {
public class Demo6_Queue public class Demo6_Queue
{
public static void Init()
{ {
} }
} }
}

View File

@ -18,6 +18,7 @@ namespace OrmTest
DemoD_DbFirst.Init(); DemoD_DbFirst.Init();
DemoE_CodeFirst.Init(); DemoE_CodeFirst.Init();
Demo5_SqlQueryable.Init(); Demo5_SqlQueryable.Init();
Demo6_Queue.Init();
//Unit test //Unit test
NewUnitTest.Init(); NewUnitTest.Init();