Exemple #1
0
 public DeclarativeScourer(IAttributeFetcher attributeFetcher) : base(attributeFetcher)
 {
 }
Exemple #2
0
 public ScourerBase(IAttributeFetcher attributeFetcher)
 {
     _attributeFetcher = attributeFetcher;
 }