Exemplo n.º 1
0
 public ValidationSubsystem(ICharacterSetListCache characterSetListCache, IDisallowedFragmentListCache disallowedFragmentListCache)
 {
     _characterSetListCache       = characterSetListCache;
     _disallowedFragmentListCache = disallowedFragmentListCache;
 }
Exemplo n.º 2
0
 public CharacterSetValidator(ICharacterSetListCache characterSetListCache, IDisallowedFragmentListCache disallowedFragmentListCache)
 {
     _characterSetListCache       = characterSetListCache;
     _disallowedFragmentListCache = disallowedFragmentListCache;
 }