This commit is contained in:
sunkaixuan 2022-12-11 15:00:27 +08:00
parent 298e178cf3
commit bce5c457f5

View File

@ -13,7 +13,7 @@ namespace OrmTest
{ {
AdoTran(); AdoTran();
Tran(); Tran();
RollTest(); RollTest().GetAwaiter().GetResult();
Tran2(); Tran2();
Console.ReadKey(); Console.ReadKey();
} }