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