Posts by Moacir Kurmann • 131 points
1 post
-
3
votes1
answer562
viewsQ: C# Mysql transaction in distinct classes and methods
How do I interact a transaction between 2 methods that are in different classes? In my method where I open the transaction is as follows: public string InserirFuncionarioM(FuncionariosDTO…