示例#1
0
 public LectureCommand(Course course, Section section)
 {
     this.course  = course;
     this.section = section;
 }