update demo

This commit is contained in:
2881099
2022-09-18 22:22:26 +08:00
parent b0b7cb204c
commit 903a309c92
10 changed files with 122 additions and 92 deletions

View File

@ -16,7 +16,6 @@ namespace aspnetcore_transaction
{
webBuilder.UseStartup<Startup>();
})
//.UseServiceProviderFactory(new FreeSql.DynamicProxyServiceProviderFactory())
;
}
}