Add JoinString Demo

This commit is contained in:
sunkaixuan
2017-06-04 10:12:53 +08:00
parent af50793708
commit 967e4cb23b
5 changed files with 47 additions and 7 deletions

View File

@@ -39,6 +39,7 @@ namespace OrmTest
OrmTest.Demo.Delete.Init();
OrmTest.Demo.Update.Init();
OrmTest.Demo.DbFirst.Init();
OrmTest.Demo.JoinSql.Init();
}
}
}