Async Queryable BUG

This commit is contained in:
sunkaixuan
2018-11-10 11:55:36 +08:00
parent 5cede98855
commit dbe24b159a
3 changed files with 5 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ namespace OrmTest
Demo.ExtEntity.Init();
/***BUG repair test***/
//new BugTest.Bug1().Init();
new BugTest.Bug1().Init();
}
}
}