Ejemplo n.º 1
0
 public OdsSecretConfigurationProvider(IStringEncryptorService stringEncryptorService, AdminAppDbContext database)
 {
     _stringEncryptorService = stringEncryptorService;
     _database = database;
 }
Ejemplo n.º 2
0
 public OdsSecretConfigurationProvider(IStringEncryptorService stringEncryptorService)
 {
     _stringEncryptorService = stringEncryptorService;
 }