mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(dir): ♻ resolve https://rules.sonarsource.com/csharp/RSPEC-3881
This commit is contained in:
parent
fa340aac3c
commit
895bc911b1
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
namespace FilterLists.Directory.Infrastructure.Persistence.Queries.Context;
|
||||
|
||||
internal class QueryContext : IQueryContext, IAsyncDisposable, IDisposable
|
||||
internal sealed class QueryContext : IQueryContext, IAsyncDisposable, IDisposable
|
||||
{
|
||||
private readonly QueryDbContext _dbContext;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue