예제 #1
0
 public void Update(Deviation deviation)
 {
     _deviationRepository.Update(deviation);
 }