mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
-
This commit is contained in:
parent
8c5f045b27
commit
cf4e5602f6
@ -8,5 +8,8 @@ namespace OrmTest
|
|||||||
{
|
{
|
||||||
public class Demo6_Queue
|
public class Demo6_Queue
|
||||||
{
|
{
|
||||||
|
public static void Init()
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user