예제 #1
0
 public OdsSecretConfigurationProvider(IStringEncryptorService stringEncryptorService, AdminAppDbContext database)
 {
     _stringEncryptorService = stringEncryptorService;
     _database = database;
 }
예제 #2
0
 public OdsSecretConfigurationProvider(IStringEncryptorService stringEncryptorService)
 {
     _stringEncryptorService = stringEncryptorService;
 }