This commit is contained in:
sunkaixuan
2017-06-11 10:27:22 +08:00
parent 2c185de4d8
commit 9c1ce55277
3 changed files with 55 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ namespace OrmTest
OrmTest.Demo.DbFirst.Init();
OrmTest.Demo.JoinSql.Init();
OrmTest.Demo.Filter.Init();
OrmTest.Demo.MaterSlave.Init();
}
}
}