public SmartWatchController() { _stepService = new StepsService(); _heartBeatService = new HeartBeatsService(); }
public StepViewModel(IStepsService stepsService, PluginRunner runner) : base(runner) { this.stepsService = stepsService; }