check issue #3

This commit is contained in:
yubaolee
2016-01-05 10:03:35 +08:00
parent 7cc293c121
commit 942f606a2b
99 changed files with 135 additions and 99 deletions

View File

@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.Mvc
// Author : Administrator
// Created : 09-22-2015

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

View File

@@ -1,4 +1,4 @@
using System.Web.Mvc;
using System.Web.Mvc;
using Infrastructure;
using Infrastructure.Helper;
using OpenAuth.App;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

View File

@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : OpenAuth.Mvc
// Author : Yubao Li
// Created : 12-02-2015

View File

@@ -1,4 +1,4 @@
using Infrastructure;
using Infrastructure;
using OpenAuth.App;
using OpenAuth.Domain;
using OpenAuth.Mvc.Models;

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using System.Web.Mvc;
using Infrastructure;