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