Update unit

This commit is contained in:
sunkaixuan
2022-02-26 22:36:49 +08:00
parent 6e9dcadc86
commit 59aa5bcf2f
2 changed files with 4 additions and 4 deletions

View File

@@ -41,9 +41,9 @@ namespace OrmTest
Ado();
Queryable();
QueryableAsync();
//Thread();
//Thread2();
//Thread3();
Thread();
Thread2();
Thread3();
}
}
}