コード例 #1
0
ファイル: Client.cs プロジェクト: prashant1423/school_work
 public System.Collections.Generic.List <Course> getCourses(int sessionId)
 {
     return(comInterface.getCourses(sessionId));
 }