Routine Update

This commit is contained in:
yubaolee
2015-11-08 23:19:04 +08:00
parent 02ef43c0d1
commit 8ab37845bc
9 changed files with 311 additions and 15 deletions

View File

@@ -21,6 +21,9 @@ namespace OpenAuth.Mvc.Controllers
{
public class BaseController : Controller
{
protected BjuiResponse BjuiResponse = new BjuiResponse();
protected override void OnActionExecuting(ActionExecutingContext filterContext)
{
base.OnActionExecuting(filterContext);