mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
remove unneeded dbset for mapping table
This commit is contained in:
parent
cf2d5cdf19
commit
ea81d615bf
1 changed files with 0 additions and 3 deletions
|
|
@ -11,9 +11,6 @@ public FilterListsDbContext(DbContextOptions options)
|
|||
{
|
||||
}
|
||||
|
||||
public DbSet<FilterListLanguage> FilterListLanguages { get; set; }
|
||||
|
||||
|
||||
public DbSet<FilterList> FilterLists { get; set; }
|
||||
public DbSet<Maintainer> Maintainers { get; set; }
|
||||
public DbSet<Language> Languages { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue