ElNinjaGaiden / Dapper.DataRepositories

Base structures to implement Data Repository pattern upon Dapper as MicroOrm.
90 stars 31 forks source link

Transaction problem #11

Open apchenjun opened 3 years ago

apchenjun commented 3 years ago

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 image Like the InsertAsync method image