Support Shard Same Thread

This commit is contained in:
sunkaixuan
2017-10-27 15:26:01 +08:00
parent 7e6febd8e1
commit 39a8bbc0dc
7 changed files with 152 additions and 29 deletions

View File

@@ -47,6 +47,7 @@ namespace OrmTest
OrmTest.Demo.CodeFirst.Init();
OrmTest.Demo.Aop.Init();
OrmTest.Demo.MasterSlave.Init();
OrmTest.Demo.SharedConnection.Init();
}
}
}