Example #1
0
 public List <StudentExt> GetStudents(int cid)
 {
     return(server.GetStudents(cid));
 }