Exemple #1
0
 //removes a course from the user
 public void RemoveCourse(string UNI, int CourseID)
 {
     sql.RemoveCourse(UNI, CourseID);
 }