mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(archival): ♻ internalize IUnitOfWork
This commit is contained in:
parent
e1206cb1c0
commit
3f40dc6990
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace FilterLists.Archival.Infrastructure.SeedWork
|
||||
{
|
||||
public interface IUnitOfWork : IDisposable
|
||||
internal interface IUnitOfWork : IDisposable
|
||||
{
|
||||
void Commit();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue