Пример #1
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;
 }
Пример #2
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;
 }
Пример #3
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;
		}
Пример #4
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;
 }
Пример #5
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) { }