Method ExecuteAtomicAsync(Func<Task>)
Execute operations atomically (all-or-nothing).
Like EF SaveChanges() but explicit.
Task ExecuteAtomicAsync(Func<Task> operations)
Execute operations atomically (all-or-nothing).
Like EF SaveChanges() but explicit.
Task ExecuteAtomicAsync(Func<Task> operations)