Example #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();
 }
Example #2
0
 public SysSettingController()
 {
     this.settingService = new SysSettingService();
 }
Example #3
0
 public HomeController()
 {
     this.settingService = new SysSettingService();
     this.eventService = new SysEventService();
 }