Exemplo n.º 1
0
        public ResetPwdController()
        {
            userService  = new UserService();
            resetService = new UserResetPwdSerevice();

            HidePermission(typeof(SecurityController));
        }
Exemplo n.º 2
0
        public ResetPwdController() {
            userService = new UserService();
            resetService = new UserResetPwdSerevice();

            HidePermission( typeof( SecurityController ) );
        }