mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix repo bug
This commit is contained in:
parent
be0857ba4b
commit
e9be5eae95
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ public class ListRepository : IListRepository
|
|||
{
|
||||
private readonly IFilterListsDbContext _filterListsDbContext;
|
||||
|
||||
public ListRepository(IFilterListsDbContext filterListsDbContext)
|
||||
public ListRepository(FilterListsDbContext filterListsDbContext)
|
||||
{
|
||||
_filterListsDbContext = filterListsDbContext;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue