Esempio n. 1
0
 public QuestService()
 {
     _context = new DndDbContext();
 }
Esempio n. 2
0
 public GameService()
 {
     _context = new DndDbContext();
 }