Beispiel #1
0
 public BaseData(CountryKind country, ITurtleLogger logger, ISystemConfig systemConfig, bool runInTestMode = false)
 {
     Country       = country;
     _dateTimeTool = DateTimeFactory.GenerateDateTimeTool(country);
     _logger       = logger;
     SystemConfig  = systemConfig;
     RunInTestMode = runInTestMode;
 }