Exemplo n.º 1
0
		public AwardCalculator(IAwardCalculationQueueRepository awardCalcRepository, IEventDefinitionService eventDefinitionService, IUserRepository userRepository, IErrorLog errorLog, IAwardDefinitionService awardDefinitionService, IUserAwardService userAwardService, IPointLedgerRepository pointLedgerRepository)
		{
			_awardCalcRepository = awardCalcRepository;
			_eventDefinitionService = eventDefinitionService;
			_userRepository = userRepository;
			_errorLog = errorLog;
			_awardDefinitionService = awardDefinitionService;
			_userAwardService = userAwardService;
			_pointLedgerRepository = pointLedgerRepository;
		}
 public AwardCalculator(IAwardCalculationQueueRepository awardCalcRepository, IEventDefinitionService eventDefinitionService, IUserRepository userRepository, IErrorLog errorLog, IAwardDefinitionService awardDefinitionService, IUserAwardService userAwardService, IPointLedgerRepository pointLedgerRepository)
 {
     _awardCalcRepository    = awardCalcRepository;
     _eventDefinitionService = eventDefinitionService;
     _userRepository         = userRepository;
     _errorLog = errorLog;
     _awardDefinitionService = awardDefinitionService;
     _userAwardService       = userAwardService;
     _pointLedgerRepository  = pointLedgerRepository;
 }
Exemplo n.º 3
0
 public AccountController(IUserService userService, IProfileService profileService, INewAccountMailer newAccountMailer, ISettingsManager settingsManager, IPostService postService, ITopicService topicService, IForumService forumService, ILastReadService lastReadService, IClientSettingsMapper clientSettingsMapper, IUserEmailer userEmailer, IImageService imageService, IFeedService feedService, IUserAwardService userAwardService, IExternalUserAssociationManager externalUserAssociationManager, IUserRetrievalShim userRetrievalShim)
 {
     _userService                    = userService;
     _settingsManager                = settingsManager;
     _profileService                 = profileService;
     _newAccountMailer               = newAccountMailer;
     _postService                    = postService;
     _topicService                   = topicService;
     _forumService                   = forumService;
     _lastReadService                = lastReadService;
     _clientSettingsMapper           = clientSettingsMapper;
     _userEmailer                    = userEmailer;
     _imageService                   = imageService;
     _feedService                    = feedService;
     _userAwardService               = userAwardService;
     _externalUserAssociationManager = externalUserAssociationManager;
     _userRetrievalShim              = userRetrievalShim;
 }
Exemplo n.º 4
0
 protected internal AccountController(IUserService userService, IProfileService profileService, INewAccountMailer newAccountMailer, ISettingsManager settingsManager, IPostService postService, ITopicService topicService, IForumService forumService, ILastReadService lastReadService, IClientSettingsMapper clientSettingsMapper, IUserEmailer userEmailer, IImageService imageService, IFeedService feedService, IUserAwardService userAwardService, IOwinContext owinContext, IExternalAuthentication externalAuthentication, IUserAssociationManager userAssociationManager)
 {
     _userService            = userService;
     _settingsManager        = settingsManager;
     _profileService         = profileService;
     _newAccountMailer       = newAccountMailer;
     _postService            = postService;
     _topicService           = topicService;
     _forumService           = forumService;
     _lastReadService        = lastReadService;
     _clientSettingsMapper   = clientSettingsMapper;
     _userEmailer            = userEmailer;
     _imageService           = imageService;
     _feedService            = feedService;
     _userAwardService       = userAwardService;
     _owinContext            = owinContext;
     _externalAuthentication = externalAuthentication;
     _userAssociationManager = userAssociationManager;
 }
Exemplo n.º 5
0
		protected internal AccountController(IUserService userService, IProfileService profileService, INewAccountMailer newAccountMailer, ISettingsManager settingsManager, IPostService postService, ITopicService topicService, IForumService forumService, ILastReadService lastReadService, IClientSettingsMapper clientSettingsMapper, IUserEmailer userEmailer, IImageService imageService, IFeedService feedService, IUserAwardService userAwardService, IOwinContext owinContext, IExternalAuthentication externalAuthentication, IUserAssociationManager userAssociationManager)
		{
			_userService = userService;
			_settingsManager = settingsManager;
			_profileService = profileService;
			_newAccountMailer = newAccountMailer;
			_postService = postService;
			_topicService = topicService;
			_forumService = forumService;
			_lastReadService = lastReadService;
			_clientSettingsMapper = clientSettingsMapper;
			_userEmailer = userEmailer;
			_imageService = imageService;
			_feedService = feedService;
			_userAwardService = userAwardService;
			_owinContext = owinContext;
			_externalAuthentication = externalAuthentication;
			_userAssociationManager = userAssociationManager;
		}
Exemplo n.º 6
0
 public ForumController(ISettingsManager settingsManager, IForumService forumService, ITopicService topicService, IPostService postService, ITopicViewCountService topicViewCountService, ISubscribedTopicsService subService, ILastReadService lastReadService, IFavoriteTopicService favoriteTopicService, IProfileService profileService, IUserRetrievalShim userRetrievalShim, ITopicViewLogService topicViewLogService, IPostMasterService postMasterService, IForumPermissionService forumPermissionService, IUserService userService, IUserAwardService userAwardService, ITibiaService tibiaService)
 {
     _settingsManager        = settingsManager;
     _forumService           = forumService;
     _topicService           = topicService;
     _postService            = postService;
     _topicViewCountService  = topicViewCountService;
     _subService             = subService;
     _lastReadService        = lastReadService;
     _favoriteTopicService   = favoriteTopicService;
     _profileService         = profileService;
     _userRetrievalShim      = userRetrievalShim;
     _topicViewLogService    = topicViewLogService;
     _postMasterService      = postMasterService;
     _forumPermissionService = forumPermissionService;
     _userService            = userService;
     _userAwardService       = userAwardService;
     _tibiaService           = tibiaService;
 }
Exemplo n.º 7
0
 public AccountController(IUserService userService, IProfileService profileService, INewAccountMailer newAccountMailer, ISettingsManager settingsManager, IPostService postService, ITopicService topicService, IForumService forumService, ILastReadService lastReadService, IClientSettingsMapper clientSettingsMapper, IUserEmailer userEmailer, IImageService imageService, IFeedService feedService, IUserAwardService userAwardService, IUserRetrievalShim userRetrievalShim, IConfig config, IReCaptchaService reCaptchaService, ITibiaService tibiaService)
 {
     _userService          = userService;
     _settingsManager      = settingsManager;
     _profileService       = profileService;
     _newAccountMailer     = newAccountMailer;
     _postService          = postService;
     _topicService         = topicService;
     _forumService         = forumService;
     _lastReadService      = lastReadService;
     _clientSettingsMapper = clientSettingsMapper;
     _userEmailer          = userEmailer;
     _imageService         = imageService;
     _feedService          = feedService;
     _userAwardService     = userAwardService;
     _userRetrievalShim    = userRetrievalShim;
     _config           = config;
     _reCaptchaService = reCaptchaService;
     _tibiaService     = tibiaService;
 }
Exemplo n.º 8
0
 public TestableAccountController(IUserService userService, IProfileService profileService, INewAccountMailer newAccountMailer, ISettingsManager settingsManager, IPostService postService, ITopicService topicService, IForumService forumService, ILastReadService lastReadService, IClientSettingsMapper clientSettingsManager, IUserEmailer userEmailer, IImageService imageService, IFeedService feedService, IUserAwardService userAwardService, IOwinContext owinContext, IExternalAuthentication externalAuthentication, IUserAssociationManager userAssociationManager) : base(userService, profileService, newAccountMailer, settingsManager, postService, topicService, forumService, lastReadService, clientSettingsManager, userEmailer, imageService, feedService, userAwardService, owinContext, externalAuthentication, userAssociationManager)
 {
 }
			public TestableAccountController(IUserService userService, IProfileService profileService, INewAccountMailer newAccountMailer, ISettingsManager settingsManager, IPostService postService, ITopicService topicService, IForumService forumService, ILastReadService lastReadService, IClientSettingsMapper clientSettingsManager, IUserEmailer userEmailer, IImageService imageService, IFeedService feedService, IUserAwardService userAwardService, IOwinContext owinContext, IExternalAuthentication externalAuthentication, IUserAssociationManager userAssociationManager) : base(userService, profileService, newAccountMailer, settingsManager, postService, topicService, forumService, lastReadService, clientSettingsManager, userEmailer, imageService, feedService, userAwardService, owinContext, externalAuthentication, userAssociationManager) { }