Example #1
0
 public QuestService()
 {
     _context = new DndDbContext();
 }
Example #2
0
 public GameService()
 {
     _context = new DndDbContext();
 }