public TitleController(EntriesContext context) { _context = context; }
public MangaRepository(EntriesContext context) { this.context = context; }
public AnimeRepository(EntriesContext context) { this.context = context; }
public UsersController(EntriesContext context) { _context = context; }
public EntryRepository(EntriesContext context) { _context = context; }
public EntryController(EntriesContext context) { _context = context; }