예제 #1
0
        public ResetPwdController()
        {
            userService  = new UserService();
            resetService = new UserResetPwdSerevice();

            HidePermission(typeof(SecurityController));
        }
예제 #2
0
        public ResetPwdController() {
            userService = new UserService();
            resetService = new UserResetPwdSerevice();

            HidePermission( typeof( SecurityController ) );
        }