Exemplo n.º 1
0
        public override void OnActionExecuted(ActionExecutedContext filterContext)
        {
            PassportService pass = new PassportService();

            pass.Run();
        }