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 SysEventController()
 {
     this.eventService = new SysEventService();
 }
Exemplo n.º 3
0
 public HomeController()
 {
     this.settingService = new SysSettingService();
     this.eventService = new SysEventService();
 }