Beispiel #1
0
 public System.Collections.Generic.List <Course> getCourses(int sessionId)
 {
     return(comInterface.getCourses(sessionId));
 }