예제 #1
0
 public bool InsertEnrollment(StudentDAO student, CourseDAO course)
 {
     return(rsc.InsertEnrollment(student, course));
 }