Example #1
0
File: SCB.cs Project: Rarve/FRES
 public SCB()
 {
     Client = new HttpClientHelper();
 }
Example #2
0
 public Extractor(int parallelismDegree = 5)
 {
     Client = new HttpClientHelper();
     SourceName = this.GetType().Name;
     ParallismDegree = parallelismDegree;
 }