public SchedulerController() { this.taskService = new SchedulerTaskService(); this.meetingService = new SchedulerMeetingService(); this.attendeeService = new AttendeeService(); this.roomService = new RoomService(); this.eventService = new SysEventService(); this.settingService = new SysSettingService(); }
public DataResourceController() { this.dataIOService = new DataIOService(); this.attendeeService = new AttendeeService(); }
public AttendeeController() { this.service = new AttendeeService(); }
public SupportTeamController() { this.service = new SupportTeamService(); this.meetingService = new SchedulerMeetingService(); this.attendeeService = new AttendeeService(); }
public PDFService() { attendeeService = new AttendeeService(); roomService = new RoomService(); schedulerMeetingService = new SchedulerMeetingService(); }