コード例 #1
0
ファイル: BasePageFilter.cs プロジェクト: ztxyzu/SSO.Redis
        public override void OnActionExecuted(ActionExecutedContext filterContext)
        {
            PassportService pass = new PassportService();

            pass.Run();
        }