Exemplo n.º 1
0
 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();
 }
Exemplo n.º 2
0
 public RoomController()
 {
     this.roomService = new RoomService();
 }
Exemplo n.º 3
0
 public PDFService()
 {
     attendeeService = new AttendeeService();
     roomService = new RoomService();
     schedulerMeetingService = new SchedulerMeetingService();
 }