Exemplo n.º 1
0
 public AccountGameConfigurationRepository(GameConfigurationDatabaseContext <TConfigType> context)
     : base(context)
 {
 }
 public CharacterGameConfigurationRepository(GameConfigurationDatabaseContext <TConfigType> context)
     : base(context)
 {
 }