Пример #1
0
 public ValidationSubsystem(ICharacterSetListCache characterSetListCache, IDisallowedFragmentListCache disallowedFragmentListCache)
 {
     _characterSetListCache       = characterSetListCache;
     _disallowedFragmentListCache = disallowedFragmentListCache;
 }
Пример #2
0
 public CharacterSetValidator(ICharacterSetListCache characterSetListCache, IDisallowedFragmentListCache disallowedFragmentListCache)
 {
     _characterSetListCache       = characterSetListCache;
     _disallowedFragmentListCache = disallowedFragmentListCache;
 }