Ejemplo n.º 1
0
 public DeclarativeScourer(IAttributeFetcher attributeFetcher) : base(attributeFetcher)
 {
 }
Ejemplo n.º 2
0
 public ScourerBase(IAttributeFetcher attributeFetcher)
 {
     _attributeFetcher = attributeFetcher;
 }