Пример #1
0
 public TagController(ILoggingService loggingService, IUnitOfWorkManager unitOfWorkManager, IMembershipService membershipService, ILocalizationService localizationService, IRoleService roleService, ISettingsService settingsService, ITopicTagService topicTagService, ICategoryService categoryService, ICacheService cacheService)
     : base(loggingService, unitOfWorkManager, membershipService, localizationService, roleService, settingsService)
 {
     _topicTagService = topicTagService;
     _categoryService = categoryService;
     _cacheService    = cacheService;
 }
 public AdminTagController(ILoggingService loggingService, IMembershipService membershipService,
                           ILocalizationService localizationService, ISettingsService settingsService,
                           ITopicTagService topicTagService, IMvcForumContext context)
     : base(loggingService, membershipService, localizationService, settingsService, context)
 {
     _topicTagService = topicTagService;
 }
Пример #3
0
 public TagController(ILoggingService loggingService, IUnitOfWorkManager unitOfWorkManager, IMembershipService membershipService, ILocalizationService localizationService, IRoleService roleService, ISettingsService settingsService, ITopicTagService topicTagService, ICategoryService categoryService, ICacheService cacheService)
     : base(loggingService, unitOfWorkManager, membershipService, localizationService, roleService, settingsService)
 {
     _topicTagService = topicTagService;
     _categoryService = categoryService;
     _cacheService = cacheService;
 }
Пример #4
0
 public TopicPermissionsPipe(IRoleService roleService, ITopicService topicService, ILocalizationService localizationService, ITopicTagService topicTagService, ILoggingService loggingService)
 {
     _roleService         = roleService;
     _topicService        = topicService;
     _localizationService = localizationService;
     _topicTagService     = topicTagService;
     _loggingService      = loggingService;
 }
Пример #5
0
 public TopicController(ICategoryService categoryService, IMembershipService membershipServise, ITopicService topicService, ITopicTagService topicTagService, IPostService postService)
 {
     _categoryService = categoryService;
     _membershipServise = membershipServise;
     _topicService = topicService;
     _topicTagService = topicTagService;
     _postService = postService;
 }
Пример #6
0
 public DashboardController(ILoggingService loggingService, IUnitOfWorkManager unitOfWorkManager, IMembershipService membershipService,
     ILocalizationService localizationService, ISettingsService settingsService, IPostService postService, 
     ITopicService topicService, ITopicTagService topicTagService, IMembershipUserPointsService membershipUserPointsService)
     : base(loggingService, unitOfWorkManager, membershipService, localizationService, settingsService)
 {
     _membershipUserPointsService = membershipUserPointsService;
     _postService = postService;
     _topicService = topicService;
     _topicTagService = topicTagService;
 }
Пример #7
0
 public TagController(ILoggingService loggingService, 
     IUnitOfWorkManager unitOfWorkManager,
     IUserService userService,
     IRoleService roleService,
     ISettingsService settingsService,
     ITopicTagService topicTagService)
     : base(loggingService, unitOfWorkManager, userService, roleService, settingsService)
 {
     _topicTagService = topicTagService;
 }
Пример #8
0
 public TagController(ILoggingService loggingService, IMembershipService membershipService,
                      ILocalizationService localizationService, IRoleService roleService, ISettingsService settingsService,
                      ITopicTagService topicTagService, ICategoryService categoryService, ICacheService cacheService,
                      IMvcForumContext context)
     : base(loggingService, membershipService, localizationService, roleService,
            settingsService, cacheService, context)
 {
     _topicTagService = topicTagService;
     _categoryService = categoryService;
 }
Пример #9
0
 public DashboardController(ILoggingService loggingService, IUnitOfWorkManager unitOfWorkManager, IMembershipService membershipService,
                            ILocalizationService localizationService, ISettingsService settingsService, IPostService postService,
                            ITopicService topicService, ITopicTagService topicTagService, IMembershipUserPointsService membershipUserPointsService)
     : base(loggingService, unitOfWorkManager, membershipService, localizationService, settingsService)
 {
     _membershipUserPointsService = membershipUserPointsService;
     _postService     = postService;
     _topicService    = topicService;
     _topicTagService = topicTagService;
 }
Пример #10
0
 public TopicController(ILoggingService loggingService, 
     IUnitOfWorkManager unitOfWorkManager,
     IUserService userService,
     ISettingsService settingsService,
     ILocalizationService localizationService,
     ICategoryService categoryService,
     ITopicService topicService,
     ITopicTagService topicTagService)
     : base(loggingService, unitOfWorkManager, userService, settingsService, localizationService)
 {
     this._topicService = topicService;
     this._topicTagService = topicTagService;
 }
Пример #11
0
 public EmailController(ILoggingService loggingService, IMembershipService membershipService,
                        ILocalizationService localizationService, IRoleService roleService, ISettingsService settingsService,
                        INotificationService notificationService,
                        IGroupService GroupService,
                        ITopicService topicService, ITopicTagService topicTagService,
                        ICacheService cacheService, IMvcForumContext context)
     : base(loggingService, membershipService, localizationService, roleService,
            settingsService, cacheService, context)
 {
     _groupService        = GroupService;
     _topicService        = topicService;
     _topicTagService     = topicTagService;
     _notificationService = notificationService;
 }
Пример #12
0
 public DashboardController(ILoggingService loggingService, IMembershipService membershipService,
                            ILocalizationService localizationService, ISettingsService settingsService, IPostService postService,
                            ITopicService topicService, ITopicTagService topicTagService,
                            IMembershipUserPointsService membershipUserPointsService, ICategoryService categoryService,
                            IPrivateMessageService privateMessageService,
                            IMvcForumContext context)
     : base(loggingService, membershipService, localizationService, settingsService, context)
 {
     _membershipUserPointsService = membershipUserPointsService;
     _categoryService             = categoryService;
     _privateMessageService       = privateMessageService;
     _postService  = postService;
     _topicService = topicService;
 }
Пример #13
0
        public WidgetController(ILoggingService loggingService, IUnitOfWorkManager unitOfWorkManager,
            IUserService userService,
            IRoleService roleService,
            ISettingsService settingsService,
            IPostService postService,
            ITopicTagService topicTagService,
            ITopicService topicService)
            : base(loggingService, unitOfWorkManager, userService, roleService, settingsService)
        {
            this.LoggedOnUser = UserIsAuthenticated ? UserService.GetUser(Username) : null;
            this.UsersRole = LoggedOnUser == null ? RoleService.GetRole(AppConstants.GuestRoleName) : LoggedOnUser.Role;

            TopicTagService = topicTagService;
            TopicService = topicService;
        }
Пример #14
0
 public DashboardController(ILoggingService loggingService,
                            IMembershipService membershipService,
                            ILocalizationService localizationService,
                            ISettingsService settingsService,
                            IPostService postService,
                            ITopicService topicService,
                            ITopicTagService topicTagService,
                            IMembershipUserPointsService membershipUserPointsService,
                            IGroupService GroupService,
                            IMvcForumContext context)
     : base(loggingService, membershipService, localizationService, settingsService, context)
 {
     _membershipUserPointsService = membershipUserPointsService;
     _groupService = GroupService;
     _postService  = postService;
     _topicService = topicService;
 }
Пример #15
0
 public TopicController(ILoggingService loggingService, IMembershipService membershipService,
                        IRoleService roleService, ITopicService topicService, IPostService postService,
                        ICategoryService categoryService, ILocalizationService localizationService,
                        ISettingsService settingsService, ITopicTagService topicTagService,
                        IPollService pollService, IVoteService voteService, IFavouriteService favouriteService, ICacheService cacheService,
                        IMvcForumContext context, INotificationService notificationService)
     : base(loggingService, membershipService, localizationService, roleService,
            settingsService, cacheService, context)
 {
     _topicService        = topicService;
     _postService         = postService;
     _categoryService     = categoryService;
     _topicTagService     = topicTagService;
     _pollService         = pollService;
     _voteService         = voteService;
     _favouriteService    = favouriteService;
     _notificationService = notificationService;
 }
Пример #16
0
 public PostController(ILoggingService loggingService, IUnitOfWorkManager unitOfWorkManager, IMembershipService membershipService,
                       ILocalizationService localizationService, IRoleService roleService, ITopicService topicService, IPostService postService,
                       ISettingsService settingsService, ICategoryService categoryService, ITopicTagService topicTagService,
                       ITopicNotificationService topicNotificationService, IEmailService emailService, IReportService reportService, IPollAnswerService pollAnswerService,
                       IPollService pollService, IBannedWordService bannedWordService, IMembershipUserPointsService membershipUserPointsService, IVoteService voteService)
     : base(loggingService, unitOfWorkManager, membershipService, localizationService, roleService, settingsService)
 {
     _topicService                = topicService;
     _postService                 = postService;
     _categoryService             = categoryService;
     _topicTagService             = topicTagService;
     _topicNotificationService    = topicNotificationService;
     _emailService                = emailService;
     _reportService               = reportService;
     _pollAnswerService           = pollAnswerService;
     _pollService                 = pollService;
     _bannedWordService           = bannedWordService;
     _membershipUserPointsService = membershipUserPointsService;
     _voteService                 = voteService;
 }
Пример #17
0
 public PostController(ILoggingService loggingService, IUnitOfWorkManager unitOfWorkManager, IMembershipService membershipService,
     ILocalizationService localizationService, IRoleService roleService, ITopicService topicService, IPostService postService,
     ISettingsService settingsService, ICategoryService categoryService, ITopicTagService topicTagService,
     ITopicNotificationService topicNotificationService, IEmailService emailService, IReportService reportService, IPollAnswerService pollAnswerService,
     IPollService pollService, IBannedWordService bannedWordService, IMembershipUserPointsService membershipUserPointsService, IVoteService voteService)
     : base(loggingService, unitOfWorkManager, membershipService, localizationService, roleService, settingsService)
 {
     _topicService = topicService;
     _postService = postService;
     _categoryService = categoryService;
     _topicTagService = topicTagService;
     _topicNotificationService = topicNotificationService;
     _emailService = emailService;
     _reportService = reportService;
     _pollAnswerService = pollAnswerService;
     _pollService = pollService;
     _bannedWordService = bannedWordService;
     _membershipUserPointsService = membershipUserPointsService;
     _voteService = voteService;
 }
Пример #18
0
        public PostController(ILoggingService loggingService, IUnitOfWorkManager unitOfWorkManager, IMembershipService membershipService, 
            ILocalizationService localizationService, IRoleService roleService, ITopicService topicService, IPostService postService, 
            ISettingsService settingsService, ICategoryService categoryService, ITopicTagService topicTagService, 
            ITopicNotificationService topicNotificationService, IEmailService emailService, IReportService reportService, ILuceneService luceneService, IPollAnswerService pollAnswerService, 
            IPollService pollService, IBannedWordService bannedWordService)
            : base(loggingService, unitOfWorkManager, membershipService, localizationService, roleService, settingsService)
        {
            _topicService = topicService;
            _postService = postService;
            _categoryService = categoryService;
            _topicTagService = topicTagService;
            _topicNotificationService = topicNotificationService;
            _emailService = emailService;
            _reportService = reportService;
            _luceneService = luceneService;
            _pollAnswerService = pollAnswerService;
            _pollService = pollService;
            _bannedWordService = bannedWordService;

            LoggedOnUser = UserIsAuthenticated ? MembershipService.GetUser(Username) : null;
            UsersRole = LoggedOnUser == null ? RoleService.GetRole(AppConstants.GuestRoleName) : LoggedOnUser.Roles.FirstOrDefault();
        }
Пример #19
0
        public TopicController(ILoggingService loggingService, IUnitOfWorkManager unitOfWorkManager, IMembershipService membershipService, IRoleService roleService, ITopicService topicService, IPostService postService,
                               ICategoryService categoryService, ILocalizationService localizationService, ISettingsService settingsService, ITopicTagService topicTagService, IMembershipUserPointsService membershipUserPointsService,
                               ICategoryNotificationService categoryNotificationService, IEmailService emailService, ITopicNotificationService topicNotificationService, ILuceneService luceneService, IPollService pollService,
                               IPollAnswerService pollAnswerService, IBannedWordService bannedWordService)
            : base(loggingService, unitOfWorkManager, membershipService, localizationService, roleService, settingsService)
        {
            _topicService                = topicService;
            _postService                 = postService;
            _categoryService             = categoryService;
            _topicTagService             = topicTagService;
            _membershipUserPointsService = membershipUserPointsService;
            _categoryNotificationService = categoryNotificationService;
            _emailService                = emailService;
            _topicNotificationService    = topicNotificationService;
            _luceneService               = luceneService;
            _pollService                 = pollService;
            _pollAnswerService           = pollAnswerService;
            _bannedWordService           = bannedWordService;

            LoggedOnUser = UserIsAuthenticated ? MembershipService.GetUser(Username) : null;
            UsersRole    = LoggedOnUser == null?RoleService.GetRole(AppConstants.GuestRoleName) : LoggedOnUser.Roles.FirstOrDefault();
        }
Пример #20
0
 public TopicController(ILoggingService loggingService, IUnitOfWorkManager unitOfWorkManager, IMembershipService membershipService, IRoleService roleService, ITopicService topicService, IPostService postService,
     ICategoryService categoryService, ILocalizationService localizationService, ISettingsService settingsService, ITopicTagService topicTagService, IMembershipUserPointsService membershipUserPointsService,
     ICategoryNotificationService categoryNotificationService, IEmailService emailService, ITopicNotificationService topicNotificationService, IPollService pollService,
     IPollAnswerService pollAnswerService, IBannedWordService bannedWordService, IVoteService voteService, IFavouriteService favouriteService, IUploadedFileService uploadedFileService, ICacheService cacheService, ITagNotificationService tagNotificationService)
     : base(loggingService, unitOfWorkManager, membershipService, localizationService, roleService, settingsService)
 {
     _topicService = topicService;
     _postService = postService;
     _categoryService = categoryService;
     _topicTagService = topicTagService;
     _membershipUserPointsService = membershipUserPointsService;
     _categoryNotificationService = categoryNotificationService;
     _emailService = emailService;
     _topicNotificationService = topicNotificationService;
     _pollService = pollService;
     _pollAnswerService = pollAnswerService;
     _bannedWordService = bannedWordService;
     _voteService = voteService;
     _favouriteService = favouriteService;
     _uploadedFileService = uploadedFileService;
     _cacheService = cacheService;
     _tagNotificationService = tagNotificationService;
 }
Пример #21
0
        public TopicController(ILoggingService loggingService, IUnitOfWorkManager unitOfWorkManager, IMembershipService membershipService, IRoleService roleService, ITopicService topicService, IPostService postService,
            ICategoryService categoryService, ILocalizationService localizationService, ISettingsService settingsService, ITopicTagService topicTagService, IMembershipUserPointsService membershipUserPointsService,
            ICategoryNotificationService categoryNotificationService, IEmailService emailService, ITopicNotificationService topicNotificationService, IPollService pollService,
            IPollAnswerService pollAnswerService, IBannedWordService bannedWordService, IVoteService voteService, IFavouriteService favouriteService, IUploadedFileService uploadedFileService)
            : base(loggingService, unitOfWorkManager, membershipService, localizationService, roleService, settingsService)
        {
            _topicService = topicService;
            _postService = postService;
            _categoryService = categoryService;
            _topicTagService = topicTagService;
            _membershipUserPointsService = membershipUserPointsService;
            _categoryNotificationService = categoryNotificationService;
            _emailService = emailService;
            _topicNotificationService = topicNotificationService;
            _pollService = pollService;
            _pollAnswerService = pollAnswerService;
            _bannedWordService = bannedWordService;
            _voteService = voteService;
            _favouriteService = favouriteService;
            _uploadedFileService = uploadedFileService;

            LoggedOnUser = UserIsAuthenticated ? MembershipService.GetUser(Username) : null;
            UsersRole = LoggedOnUser == null ? RoleService.GetRole(AppConstants.GuestRoleName) : LoggedOnUser.Roles.FirstOrDefault();
        }
Пример #22
0
 public AdminTagController(ILoggingService loggingService, IUnitOfWorkManager unitOfWorkManager, IMembershipService membershipService,
                           ILocalizationService localizationService, ISettingsService settingsService, ITopicTagService topicTagService)
     : base(loggingService, unitOfWorkManager, membershipService, localizationService, settingsService)
 {
     _topicTagService = topicTagService;
 }
Пример #23
0
 public TopicTagController(ITopicTagService topicTagService)
 {
     _topicTagService = topicTagService;
 }
Пример #24
0
 public TopicTagController(ITopicTagService service)
 {
     _service = service;
 }
Пример #25
0
 public AdminTagController(ILoggingService loggingService, IUnitOfWorkManager unitOfWorkManager, IMembershipService membershipService, 
     ILocalizationService localizationService, ISettingsService settingsService, ITopicTagService topicTagService)
     : base(loggingService, unitOfWorkManager, membershipService, localizationService, settingsService)
 {
     _topicTagService = topicTagService;
 }