We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec3d16 commit 5f807f9Copy full SHA for 5f807f9
1 file changed
AdvancedTodoList.Infrastructure/Repositories/UnitOfWork.cs
@@ -23,7 +23,6 @@ public async Task BeginTransactionAsync()
23
throw new InvalidOperationException("Multiple transactions are not supported.");
24
25
_transaction = await _dbContext.Database.BeginTransactionAsync();
26
- ;
27
}
28
29
/// <summary>
0 commit comments