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 static void Init()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -18,6 +18,7 @@ namespace OrmTest
|
||||
DemoD_DbFirst.Init();
|
||||
DemoE_CodeFirst.Init();
|
||||
Demo5_SqlQueryable.Init();
|
||||
Demo6_Queue.Init();
|
||||
|
||||
//Unit test
|
||||
NewUnitTest.Init();
|
||||
|
Loading…
Reference in New Issue
Block a user