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