Exemplo n.º 1
0
 public DungeonRepository(DungeonsDbContext context, IConfiguration config)
 {
     _context = context;
     _config  = config;
 }
Exemplo n.º 2
0
 public CharacterRepository(DungeonsDbContext context)
 {
     _context = context;
 }