Esempio n. 1
0
 public static void Rollback(IMessageContext ctx, UnitOfWorkScope scope)
 {
     // Not implemented. The scope will rollback automatically if not completed
 }
Esempio n. 2
0
 public static void Dispose(IMessageContext ctx, UnitOfWorkScope scope) => scope.Dispose();
Esempio n. 3
0
 public static void Commit(IMessageContext ctx, UnitOfWorkScope scope) => scope.Complete();