This commit is contained in:
610262374@qq.com
2017-03-16 10:01:53 +08:00
parent c9051ddbd4
commit bd3ab62235
2 changed files with 8 additions and 8 deletions

View File

@@ -17,11 +17,11 @@ namespace OrmTest
{
//Unit Test
int eachCount = 10;
//new Field(eachCount).Init();
//new Where(eachCount).Init();
//new Method(eachCount).Init();
//new JoinQuery(eachCount).Init();
//new SingleQuery(eachCount).Init();
new Field(eachCount).Init();
new Where(eachCount).Init();
new Method(eachCount).Init();
new JoinQuery(eachCount).Init();
new SingleQuery(eachCount).Init();
new SelectQuery(eachCount).Init();
}
}