Ejemplo n.º 1
0
 public DataPullManager()
 {
     _storyLineAppSettings = new StoryLineAppSettings();
     _logWriter            = new LogWriter();
 }
Ejemplo n.º 2
0
 public LogWriter()
 {
     _storyLineAppSettings = new StoryLineAppSettings();
 }