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