public PelotonService(Settings config, IPelotonApi pelotonApi, IFileHandling fileHandler)
        {
            _config      = config;
            _pelotonApi  = pelotonApi;
            _fileHandler = fileHandler;

            _failedCount = 0;
        }
Beispiel #2
0
 public InternalPelotonService(Settings config, IPelotonApi pelotonApi, IFileHandling fileHandler) : base(config, pelotonApi, fileHandler)
 {
 }