Open shustrenko opened 5 years ago
Now Database has method GetTransactionAsync, which creates inside _transaction = _sharedConnection.BeginTransaction(); and returns ITransaction
But i need DbTransaction object. It will be comfortably if Database will have method, which return _transaction
Now Database has method GetTransactionAsync, which creates inside _transaction = _sharedConnection.BeginTransaction(); and returns ITransaction
But i need DbTransaction object. It will be comfortably if Database will have method, which return _transaction