public void Update(OnboardingStep newStep) { _repository.Update(newStep); }
public void Remove(OnboardingStep step) { _repository.Remove(step); }