Ejemplo n.º 1
0
 public XmlRepository(IProtectionStore repository)
 {
     _repository = repository ?? throw new ArgumentNullException(nameof(repository));
 }
Ejemplo n.º 2
0
 public XmlRepository(IProtectionStore store)
 {
     _store = store ?? throw new ArgumentNullException(nameof(store));
 }