public QuestService(DndDbContext context) { _context = context; }
public GameService(DndDbContext context) { _context = context; }
public MonsterService(DndDbContext context) { _context = context; }