Пример #1
0
 public List <Meeting> GetMeetingsByStudentId(int iPersonId)
 {
     return(Meeting.GetMeetingsByStudentId(iPersonId));
 }