Exemplo n.º 1
0
 public bool DeleteCourseEnrollment(StudentDAO student, CourseDAO course)
 {
     return(rsc.DeleteEnrollment(student, course));
 }