示例#1
0
 public DungeonRepository(DungeonsDbContext context, IConfiguration config)
 {
     _context = context;
     _config  = config;
 }
示例#2
0
 public CharacterRepository(DungeonsDbContext context)
 {
     _context = context;
 }