Esempio n. 1
0
 public GameRepository(DungeonMapContext context)
 {
     _context = context;
 }
 public CharacterRepository(DungeonMapContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public UserRepository(DungeonMapContext context)
 {
     _context = context;
 }