Esempio n. 1
0
 public ScheduleItemController(IEventService eventService, IScheduleItemService scheduleItemService, ITagService tagService, IConferencesCommentService commentService, OxiteContext context)
 {
     this.eventService        = eventService;
     this.scheduleItemService = scheduleItemService;
     this.tagService          = tagService;
     this.commentService      = commentService;
     this.context             = context;
     ValidateRequest          = false;
 }
Esempio n. 2
0
 public CommentController(IConferencesCommentService commentService)
 {
     this.commentService = commentService;
 }