Update MasterSlave Demo

This commit is contained in:
sunkaixuan
2017-10-24 16:19:14 +08:00
parent ddb3c3e17f
commit 02c0b845ef
5 changed files with 74 additions and 8 deletions

View File

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