Hello,

I want to use a transaction to rollback an address deletion if an api call fails after the delete. I found this post from 6 years which may be the solution:
https://www.nopcommerce.com/en/boards/topic/47463/transaction-scope

DbContext class has been removed since Nop does not use Entity Framework. I think the equivalent class is DbConnection but find no way to access it.
Tried to access with DataProviderManager but no success.

Is there a way to accomplish this logic or another way to handle it ?

Kind regards