Update MySqlDemo

This commit is contained in:
sunkaixuan
2017-10-24 16:56:11 +08:00
parent 5283302913
commit f0fa2c5a14
4 changed files with 47 additions and 0 deletions

View File

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