public UserController() { userService = new UserService(); roleService = new SiteRoleService(); msgService = new MessageService(); logService = new SiteLogService(); confirmEmail = new ConfirmEmail(); errorPicService = new UserErrorPicService(); }
public RegisterController() { userService = new UserService(); confirmService = new UserConfirmService(); confirmEmail = new ConfirmEmail(); loginService = new LoginService(); appService = new UserAppService(); menuService = new UserMenuService(); inviteService = new InviteService(); HidePermission( typeof( SecurityController ) ); }
public ActivationController() { userService = new UserService(); confirmEmail = new ConfirmEmail(); confirmService = new UserConfirmService(); }
public EmailConfirmController() { userService = new UserService(); confirmService = new UserConfirmService(); confirmEmail = new ConfirmEmail(); }
public ConfirmEmailJob() { userService = new UserService(); confirmEmail = new ConfirmEmail(); }