예제 #1
0
 public void DeleteCourseChoosing(string stuId, string courseId)
 {
     courseDAL.DeleteCourseChoosing(stuId, courseId);
 }