Example #1
0
 public void Update(OnboardingStep newStep)
 {
     _repository.Update(newStep);
 }
Example #2
0
 public void Remove(OnboardingStep step)
 {
     _repository.Remove(step);
 }