Exemple #1
0
 public async Task DeleteAsync(Enrollment enrollment)
 {
     await _enrollmentRepository.DeleteAsync(enrollment);
 }