Exemplo n.º 1
0
 public SegmentService()
 {
     configurationManager = new ConfigurationManager();
     segmentParser = new SegmentParser();
     htmlLoader = new HtmlLoader();
 }
Exemplo n.º 2
0
 public SegmentService()
 {
     configurationManager = new ConfigurationManager();
     segmentParser        = new SegmentParser();
     htmlLoader           = new HtmlLoader();
 }