コード例 #1
0
 public IEnumerable <BookingModel> GetAllStudentBookings(int studentId)
 {
     return(bookingHandler.GetAllStudentBookings(studentId));
 }