Anonymous - 2023-12-06

Originally posted by: dengere

TransactionBehavior modified by lines of code for multiple command side effect.

//I thought it is not good idea.
if (_dbContext.HasActiveTransaction) // because has acctive transaction by IdentifiedCommand
{
return await next();
}