mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(archival): ♻🎨 fix IUnitOfWork namespace
This commit is contained in:
parent
86c7b43edb
commit
e1206cb1c0
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
using System.Threading.Tasks;
|
||||
using FilterLists.Archival.Infrastructure.Options;
|
||||
using FilterLists.Archival.Infrastructure.Persistence.FileWriteStrategies;
|
||||
using FilterLists.SharedKernel.SeedWork;
|
||||
using FilterLists.Archival.Infrastructure.SeedWork;
|
||||
using LibGit2Sharp;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Microsoft.Extensions.Options;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using System;
|
||||
|
||||
namespace FilterLists.SharedKernel.SeedWork
|
||||
namespace FilterLists.Archival.Infrastructure.SeedWork
|
||||
{
|
||||
public interface IUnitOfWork : IDisposable
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue