Пример #1
0
 public void Edit(Enrollment enrollment)
 {
     _enrollmentRepository.Edit(enrollment);
 }