Dapper.DataRepositories
Dapper.DataRepositories copied to clipboard
Transaction problem
By default, the current database connection transaction is not passed in, which leads to the need to rewrite the method to pass in the transaction to achieve transaction control
Like the InsertAsync method