Example #1
0
 public void Remove(Deviation deviation)
 {
     _deviationRepository.Remove(deviation);
 }