예제 #1
0
 public void Edit(Observation observation)
 {
     _repository.Edit(observation);
     _uow.Commit();
 }