示例#1
0
 //updates the course for the user
 public void UpdateCourse(string UNI, Models.Course course)
 {
     sql.UpdateCourse(UNI, course);
 }