Ejemplo n.º 1
0
 public SegmentParser()
 {
     configurationManager = new ConfigurationManager();
     dayParser            = new SegmentDayParser();
     durationParser       = new SegmentDurationParser();
 }
Ejemplo n.º 2
0
 public SegmentParser()
 {
     configurationManager = new ConfigurationManager();
     dayParser = new SegmentDayParser();
     durationParser = new SegmentDurationParser();
 }