Beispiel #1
0
 public int addCourse(string course, string subject, string prof, string semester, int year)
 {
     return(connection.addCourse(course, subject, prof, year, semester));
 }