public MainController() { confirmService = new UserConfirmService(); userService = new UserService(); loginService = new LoginService(); friendService = new FriendService(); inviteService = new InviteService(); HidePermission( typeof( SecurityController ) ); }
public WeiboRegisterController() { userService = new UserService(); confirmService = new UserConfirmService(); inviteService = new InviteService(); loginService = new LoginService(); friendService = new FriendService(); appService = new UserAppService(); menuService = new UserMenuService(); }
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 ConfirmEmail() { confirmService = new UserConfirmService(); userService = new UserService(); }
public EmailConfirmController() { userService = new UserService(); confirmService = new UserConfirmService(); confirmEmail = new ConfirmEmail(); }