From e744456a95c9f1280f52a7254058b9cee79ef509 Mon Sep 17 00:00:00 2001 From: yubaolee Date: Tue, 5 Jan 2016 17:14:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B4=A7=E6=80=A5=E4=BF=AE=E5=A4=8D=E5=9B=A0?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D#3=E9=80=A0=E6=88=90=E7=9A=84=E4=B9=B1?= =?UTF-8?q?=E7=A0=81=E9=97=AE=E9=A2=98=EF=BC=8C=E5=9C=A8WINDOWS=E4=B8=8B?= =?UTF-8?q?=E9=9D=A2=E5=BF=85=E9=9C=80=E4=BD=BF=E7=94=A8=E5=B8=A6BOM?= =?UTF-8?q?=E7=9A=84UTF-8=E7=BC=96=E7=A0=81=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Infrastructure/AutoMapperExt.cs | 2 +- Infrastructure/ControlHelper.cs | 2 +- Infrastructure/CookieHelper.cs | 2 +- Infrastructure/DynamicLinq.cs | 2 +- Infrastructure/DynamicQueryable.cs | 2 +- Infrastructure/Filter.cs | 2 +- Infrastructure/GenerateId.cs | 2 +- Infrastructure/JsonConverter.cs | 2 +- Infrastructure/JsonHelper.cs | 2 +- Infrastructure/LogHelper.cs | 2 +- Infrastructure/ObjectHelper.cs | 2 +- Infrastructure/PredicateBuilder.cs | 2 +- Infrastructure/Properties/AssemblyInfo.cs | 2 +- Infrastructure/Response.cs | 2 +- Infrastructure/SessionHelper.cs | 2 +- OpenAuth.App/CategoryManagerApp.cs | 2 +- OpenAuth.App/LoginApp.cs | 2 +- OpenAuth.App/ModuleElementManagerApp.cs | 2 +- OpenAuth.App/ModuleManagerApp.cs | 2 +- OpenAuth.App/OrgManagerApp.cs | 2 +- OpenAuth.App/Properties/AssemblyInfo.cs | 2 +- OpenAuth.App/ResourceManagerApp.cs | 2 +- OpenAuth.App/RoleManagerApp.cs | 2 +- OpenAuth.App/UserManagerApp.cs | 2 +- OpenAuth.App/ViewModel/LoginUserVM.cs | 2 +- OpenAuth.App/ViewModel/ModuleElementVM.cs | 2 +- OpenAuth.App/ViewModel/ModuleView.cs | 2 +- OpenAuth.App/ViewModel/ResourceVM.cs | 2 +- OpenAuth.App/ViewModel/RoleVM.cs | 2 +- OpenAuth.App/ViewModel/UserView.cs | 2 +- OpenAuth.Domain/Category.cs | 2 +- OpenAuth.Domain/Core/User.cs | 2 +- OpenAuth.Domain/DicDetail.cs | 2 +- OpenAuth.Domain/DicIndex.cs | 2 +- .../Interface/ICategoryRepository.cs | 2 +- .../Interface/IModuleRepository.cs | 2 +- OpenAuth.Domain/Interface/IOrgRepository.cs | 2 +- .../Interface/IRelevanceRepository.cs | 2 +- OpenAuth.Domain/Interface/IRepository.cs | 2 +- .../Interface/IResourceRepository.cs | 2 +- OpenAuth.Domain/Interface/IRoleRepository.cs | 2 +- OpenAuth.Domain/Interface/IUserRepository.cs | 2 +- OpenAuth.Domain/Module.cs | 2 +- OpenAuth.Domain/ModuleElement.cs | 2 +- OpenAuth.Domain/Org.cs | 2 +- OpenAuth.Domain/Param.cs | 2 +- OpenAuth.Domain/Properties/AssemblyInfo.cs | 2 +- OpenAuth.Domain/Relevance.cs | 2 +- OpenAuth.Domain/Resource.cs | 2 +- OpenAuth.Domain/Role.cs | 2 +- OpenAuth.Domain/User.cs | 2 +- OpenAuth.Domain/UserCfg.cs | 2 +- OpenAuth.Domain/UserExt.cs | 2 +- OpenAuth.Mvc/App_Start/BundleConfig.cs | 2 +- OpenAuth.Mvc/App_Start/FilterConfig.cs | 2 +- OpenAuth.Mvc/App_Start/RouteConfig.cs | 2 +- OpenAuth.Mvc/AutofacExt.cs | 2 +- OpenAuth.Mvc/Controllers/BaseController.cs | 2 +- .../Controllers/CategoryManagerController.cs | 2 +- OpenAuth.Mvc/Controllers/ErrorController.cs | 2 +- OpenAuth.Mvc/Controllers/HomeController.cs | 2 +- OpenAuth.Mvc/Controllers/LoginController.cs | 2 +- .../ModuleElementManagerController.cs | 2 +- .../Controllers/ModuleManagerController.cs | 2 +- .../Controllers/OrgManagerController.cs | 2 +- .../Controllers/ResourceManagerController.cs | 2 +- .../Controllers/RoleManagerController.cs | 2 +- .../Controllers/UserManagerController.cs | 2 +- OpenAuth.Mvc/Global.asax.cs | 2 +- OpenAuth.Mvc/Models/BJUIResponse.cs | 2 +- OpenAuth.Mvc/Properties/AssemblyInfo.cs | 2 +- OpenAuth.Mvc/Views/CategoryManager/Add.cshtml | 2 +- .../Views/CategoryManager/Index.cshtml | 2 +- OpenAuth.Mvc/Views/Error/NoAccess.cshtml | 2 +- OpenAuth.Mvc/Views/Home/Index.cshtml | 38 +++++++++---------- OpenAuth.Mvc/Views/Home/Main.cshtml | 2 +- OpenAuth.Mvc/Views/Home/MenuHeader.cshtml | 2 +- OpenAuth.Mvc/Views/Home/git.cshtml | 2 +- OpenAuth.Mvc/Views/Login/Index.cshtml | 6 +-- .../ModuleElementManager/AssignForRole.cshtml | 2 +- .../ModuleElementManager/AssignForUser.cshtml | 2 +- .../Views/ModuleElementManager/Index.cshtml | 2 +- OpenAuth.Mvc/Views/ModuleManager/Add.cshtml | 2 +- OpenAuth.Mvc/Views/ModuleManager/Index.cshtml | 2 +- .../ModuleManager/LookupMultiForRole.cshtml | 2 +- .../ModuleManager/LookupMultiForUser.cshtml | 2 +- OpenAuth.Mvc/Views/OrgManager/AddOrg.cshtml | 2 +- OpenAuth.Mvc/Views/OrgManager/Index.cshtml | 2 +- .../Views/OrgManager/LookupParent.cshtml | 2 +- OpenAuth.Mvc/Views/ResourceManager/Add.cshtml | 2 +- .../Views/ResourceManager/Index.cshtml | 2 +- .../ResourceManager/LookupMultiForRole.cshtml | 2 +- .../ResourceManager/LookupMultiForUser.cshtml | 2 +- OpenAuth.Mvc/Views/RoleManager/Add.cshtml | 2 +- OpenAuth.Mvc/Views/RoleManager/Index.cshtml | 2 +- .../Views/RoleManager/LookupMulti.cshtml | 2 +- OpenAuth.Mvc/Views/Shared/_Layout.cshtml | 2 +- OpenAuth.Mvc/Views/UserManager/Add.cshtml | 2 +- OpenAuth.Mvc/Views/UserManager/Index.cshtml | 2 +- OpenAuth.Mvc/Views/_ViewStart.cshtml | 2 +- OpenAuth.Repository/BaseRepository.cs | 2 +- OpenAuth.Repository/CategoryRepository.cs | 2 +- .../Models/Mapping/CategoryMap.cs | 2 +- .../Models/Mapping/DicDetailMap.cs | 2 +- .../Models/Mapping/DicIndexMap.cs | 2 +- .../Models/Mapping/ModuleElementMap.cs | 2 +- .../Models/Mapping/ModuleMap.cs | 2 +- OpenAuth.Repository/Models/Mapping/OrgMap.cs | 2 +- .../Models/Mapping/ParamMap.cs | 2 +- .../Models/Mapping/RelevanceMap.cs | 2 +- .../Models/Mapping/ResourceMap.cs | 2 +- OpenAuth.Repository/Models/Mapping/RoleMap.cs | 2 +- .../Models/Mapping/UserCfgMap.cs | 2 +- .../Models/Mapping/UserExtMap.cs | 2 +- OpenAuth.Repository/Models/Mapping/UserMap.cs | 2 +- .../Models/OpenAuthDBContext.cs | 2 +- OpenAuth.Repository/ModuleRepository.cs | 2 +- OpenAuth.Repository/OrgRepository.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- OpenAuth.Repository/RelevanceRepository.cs | 2 +- OpenAuth.Repository/ResourceRepository.cs | 2 +- OpenAuth.Repository/RoleRepository.cs | 2 +- OpenAuth.Repository/UserRepository.cs | 2 +- OpenAuth.UnitTest/Properties/AssemblyInfo.cs | 2 +- OpenAuth.UnitTest/TestFunction.cs | 2 +- OpenAuth.UnitTest/TestLogin.cs | 2 +- OpenAuth.UnitTest/TestModuleApp.cs | 2 +- OpenAuth.UnitTest/TestOrgApp.cs | 2 +- OpenAuth.UnitTest/TestRepository.cs | 2 +- OpenAuth.UnitTest/TestRoleApp.cs | 2 +- OpenAuth.UnitTest/TestUserApp.cs | 2 +- 131 files changed, 150 insertions(+), 152 deletions(-) diff --git a/Infrastructure/AutoMapperExt.cs b/Infrastructure/AutoMapperExt.cs index 1674e214..b0d99bf6 100644 --- a/Infrastructure/AutoMapperExt.cs +++ b/Infrastructure/AutoMapperExt.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : FairUtility // Author : Yubao Li // Created : 08-27-2015 diff --git a/Infrastructure/ControlHelper.cs b/Infrastructure/ControlHelper.cs index 7a6a09cf..d7d20d72 100644 --- a/Infrastructure/ControlHelper.cs +++ b/Infrastructure/ControlHelper.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; namespace Infrastructure diff --git a/Infrastructure/CookieHelper.cs b/Infrastructure/CookieHelper.cs index e8b6ae9e..d636042d 100644 --- a/Infrastructure/CookieHelper.cs +++ b/Infrastructure/CookieHelper.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : Infrastructure // Author : Administrator // Created : 09-22-2015 diff --git a/Infrastructure/DynamicLinq.cs b/Infrastructure/DynamicLinq.cs index 0948dce2..09f3ace4 100644 --- a/Infrastructure/DynamicLinq.cs +++ b/Infrastructure/DynamicLinq.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : FairUtility // Author : Yubao Li // Created : 08-18-2015 diff --git a/Infrastructure/DynamicQueryable.cs b/Infrastructure/DynamicQueryable.cs index 00388152..7b6da375 100644 --- a/Infrastructure/DynamicQueryable.cs +++ b/Infrastructure/DynamicQueryable.cs @@ -1,4 +1,4 @@ -//Copyright (C) Microsoft Corporation. All rights reserved. +//Copyright (C) Microsoft Corporation. All rights reserved. using System; using System.Collections.Generic; diff --git a/Infrastructure/Filter.cs b/Infrastructure/Filter.cs index bc643a74..4fa6782b 100644 --- a/Infrastructure/Filter.cs +++ b/Infrastructure/Filter.cs @@ -1,4 +1,4 @@ -namespace Infrastructure +namespace Infrastructure { public class Filter { diff --git a/Infrastructure/GenerateId.cs b/Infrastructure/GenerateId.cs index cec8991b..ca73e230 100644 --- a/Infrastructure/GenerateId.cs +++ b/Infrastructure/GenerateId.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : FairUtility // Author : Yubao Li // Created : 10-13-2015 diff --git a/Infrastructure/JsonConverter.cs b/Infrastructure/JsonConverter.cs index c56c9d5b..3d52f672 100644 --- a/Infrastructure/JsonConverter.cs +++ b/Infrastructure/JsonConverter.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : Infrastructure // Author : Yubao Li // Created : 09-07-2015 diff --git a/Infrastructure/JsonHelper.cs b/Infrastructure/JsonHelper.cs index 33014370..ea9eb007 100644 --- a/Infrastructure/JsonHelper.cs +++ b/Infrastructure/JsonHelper.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : FairUtility // Author : Yubao Li // Created : 08-12-2015 diff --git a/Infrastructure/LogHelper.cs b/Infrastructure/LogHelper.cs index 46bb812b..2b3a5829 100644 --- a/Infrastructure/LogHelper.cs +++ b/Infrastructure/LogHelper.cs @@ -1,4 +1,4 @@ -using log4net; +using log4net; [assembly: log4net.Config.XmlConfigurator(Watch = true)] namespace Infrastructure diff --git a/Infrastructure/ObjectHelper.cs b/Infrastructure/ObjectHelper.cs index 0342f698..ce708af6 100644 --- a/Infrastructure/ObjectHelper.cs +++ b/Infrastructure/ObjectHelper.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : Infrastructure // Author : Yubao Li // Created : 11-23-2015 diff --git a/Infrastructure/PredicateBuilder.cs b/Infrastructure/PredicateBuilder.cs index ad84a59f..77362825 100644 --- a/Infrastructure/PredicateBuilder.cs +++ b/Infrastructure/PredicateBuilder.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using System.Linq.Expressions; diff --git a/Infrastructure/Properties/AssemblyInfo.cs b/Infrastructure/Properties/AssemblyInfo.cs index 0942c29b..f374835c 100644 --- a/Infrastructure/Properties/AssemblyInfo.cs +++ b/Infrastructure/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/Infrastructure/Response.cs b/Infrastructure/Response.cs index f2568c96..279d4139 100644 --- a/Infrastructure/Response.cs +++ b/Infrastructure/Response.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/Infrastructure/SessionHelper.cs b/Infrastructure/SessionHelper.cs index 8ab82346..c8f705cb 100644 --- a/Infrastructure/SessionHelper.cs +++ b/Infrastructure/SessionHelper.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : Infrastructure // Author : Administrator // Created : 09-22-2015 diff --git a/OpenAuth.App/CategoryManagerApp.cs b/OpenAuth.App/CategoryManagerApp.cs index 32e102c1..efa3917d 100644 --- a/OpenAuth.App/CategoryManagerApp.cs +++ b/OpenAuth.App/CategoryManagerApp.cs @@ -1,4 +1,4 @@ -using System; +using System; using OpenAuth.Domain; using OpenAuth.Domain.Interface; using System.Collections.Generic; diff --git a/OpenAuth.App/LoginApp.cs b/OpenAuth.App/LoginApp.cs index 6f663ec8..b077fe7d 100644 --- a/OpenAuth.App/LoginApp.cs +++ b/OpenAuth.App/LoginApp.cs @@ -1,4 +1,4 @@ -using OpenAuth.Domain.Interface; +using OpenAuth.Domain.Interface; using System; using System.Collections.Generic; using System.Linq; diff --git a/OpenAuth.App/ModuleElementManagerApp.cs b/OpenAuth.App/ModuleElementManagerApp.cs index 55993c75..77ed2bad 100644 --- a/OpenAuth.App/ModuleElementManagerApp.cs +++ b/OpenAuth.App/ModuleElementManagerApp.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : OpenAuth.App // Author : Yubao Li // Created : 12-02-2015 diff --git a/OpenAuth.App/ModuleManagerApp.cs b/OpenAuth.App/ModuleManagerApp.cs index 2b127350..1c2d73a1 100644 --- a/OpenAuth.App/ModuleManagerApp.cs +++ b/OpenAuth.App/ModuleManagerApp.cs @@ -1,4 +1,4 @@ -using Infrastructure; +using Infrastructure; using OpenAuth.App.ViewModel; using OpenAuth.Domain; using OpenAuth.Domain.Interface; diff --git a/OpenAuth.App/OrgManagerApp.cs b/OpenAuth.App/OrgManagerApp.cs index d0854fd1..3895f5ee 100644 --- a/OpenAuth.App/OrgManagerApp.cs +++ b/OpenAuth.App/OrgManagerApp.cs @@ -1,4 +1,4 @@ -using OpenAuth.Domain; +using OpenAuth.Domain; using OpenAuth.Domain.Interface; using System; using System.Collections.Generic; diff --git a/OpenAuth.App/Properties/AssemblyInfo.cs b/OpenAuth.App/Properties/AssemblyInfo.cs index 0f43f02b..4066e7a5 100644 --- a/OpenAuth.App/Properties/AssemblyInfo.cs +++ b/OpenAuth.App/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.InteropServices; // 有关程序集的常规信息通过以下 diff --git a/OpenAuth.App/ResourceManagerApp.cs b/OpenAuth.App/ResourceManagerApp.cs index 4cbef49b..131378d3 100644 --- a/OpenAuth.App/ResourceManagerApp.cs +++ b/OpenAuth.App/ResourceManagerApp.cs @@ -1,4 +1,4 @@ - + using OpenAuth.Domain; using OpenAuth.Domain.Interface; using System; diff --git a/OpenAuth.App/RoleManagerApp.cs b/OpenAuth.App/RoleManagerApp.cs index 90a8c438..7371e45a 100644 --- a/OpenAuth.App/RoleManagerApp.cs +++ b/OpenAuth.App/RoleManagerApp.cs @@ -1,4 +1,4 @@ -using OpenAuth.App.ViewModel; +using OpenAuth.App.ViewModel; using OpenAuth.Domain; using OpenAuth.Domain.Interface; using System; diff --git a/OpenAuth.App/UserManagerApp.cs b/OpenAuth.App/UserManagerApp.cs index f1fbc765..f6905d14 100644 --- a/OpenAuth.App/UserManagerApp.cs +++ b/OpenAuth.App/UserManagerApp.cs @@ -1,4 +1,4 @@ -using OpenAuth.App.ViewModel; +using OpenAuth.App.ViewModel; using OpenAuth.Domain; using OpenAuth.Domain.Interface; using System; diff --git a/OpenAuth.App/ViewModel/LoginUserVM.cs b/OpenAuth.App/ViewModel/LoginUserVM.cs index 80e4f58b..71c45f0b 100644 --- a/OpenAuth.App/ViewModel/LoginUserVM.cs +++ b/OpenAuth.App/ViewModel/LoginUserVM.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : OpenAuth.App // Author : Yubao Li // Created : 12-01-2015 diff --git a/OpenAuth.App/ViewModel/ModuleElementVM.cs b/OpenAuth.App/ViewModel/ModuleElementVM.cs index 09e37dbd..009fa9be 100644 --- a/OpenAuth.App/ViewModel/ModuleElementVM.cs +++ b/OpenAuth.App/ViewModel/ModuleElementVM.cs @@ -1,4 +1,4 @@ -namespace OpenAuth.App.ViewModel +namespace OpenAuth.App.ViewModel { /// /// 用户ID diff --git a/OpenAuth.App/ViewModel/ModuleView.cs b/OpenAuth.App/ViewModel/ModuleView.cs index e7e28721..b2aeada5 100644 --- a/OpenAuth.App/ViewModel/ModuleView.cs +++ b/OpenAuth.App/ViewModel/ModuleView.cs @@ -1,4 +1,4 @@ -using Infrastructure; +using Infrastructure; using OpenAuth.Domain; using System.Collections.Generic; diff --git a/OpenAuth.App/ViewModel/ResourceVM.cs b/OpenAuth.App/ViewModel/ResourceVM.cs index bb9a8a25..d5b36832 100644 --- a/OpenAuth.App/ViewModel/ResourceVM.cs +++ b/OpenAuth.App/ViewModel/ResourceVM.cs @@ -1,4 +1,4 @@ -namespace OpenAuth.App.ViewModel +namespace OpenAuth.App.ViewModel { public class ResourceVM { diff --git a/OpenAuth.App/ViewModel/RoleVM.cs b/OpenAuth.App/ViewModel/RoleVM.cs index 3ef3a298..9787d096 100644 --- a/OpenAuth.App/ViewModel/RoleVM.cs +++ b/OpenAuth.App/ViewModel/RoleVM.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : OpenAuth.App // Author : yubaolee // Created : 11-29-2015 diff --git a/OpenAuth.App/ViewModel/UserView.cs b/OpenAuth.App/ViewModel/UserView.cs index 7777c13a..5a8af0d7 100644 --- a/OpenAuth.App/ViewModel/UserView.cs +++ b/OpenAuth.App/ViewModel/UserView.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using Infrastructure; using OpenAuth.Domain; diff --git a/OpenAuth.Domain/Category.cs b/OpenAuth.Domain/Category.cs index 5e87141d..f2b9bf70 100644 --- a/OpenAuth.Domain/Category.cs +++ b/OpenAuth.Domain/Category.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenAuth.Domain/Core/User.cs b/OpenAuth.Domain/Core/User.cs index 3c14a509..ae8456a2 100644 --- a/OpenAuth.Domain/Core/User.cs +++ b/OpenAuth.Domain/Core/User.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenAuth.Domain/DicDetail.cs b/OpenAuth.Domain/DicDetail.cs index 9a0510ce..950404ee 100644 --- a/OpenAuth.Domain/DicDetail.cs +++ b/OpenAuth.Domain/DicDetail.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenAuth.Domain/DicIndex.cs b/OpenAuth.Domain/DicIndex.cs index 763f6e24..a0c3c1c0 100644 --- a/OpenAuth.Domain/DicIndex.cs +++ b/OpenAuth.Domain/DicIndex.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenAuth.Domain/Interface/ICategoryRepository.cs b/OpenAuth.Domain/Interface/ICategoryRepository.cs index a3b5a269..eed07bf3 100644 --- a/OpenAuth.Domain/Interface/ICategoryRepository.cs +++ b/OpenAuth.Domain/Interface/ICategoryRepository.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; namespace OpenAuth.Domain.Interface diff --git a/OpenAuth.Domain/Interface/IModuleRepository.cs b/OpenAuth.Domain/Interface/IModuleRepository.cs index ff628853..dbd01dcd 100644 --- a/OpenAuth.Domain/Interface/IModuleRepository.cs +++ b/OpenAuth.Domain/Interface/IModuleRepository.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; namespace OpenAuth.Domain.Interface diff --git a/OpenAuth.Domain/Interface/IOrgRepository.cs b/OpenAuth.Domain/Interface/IOrgRepository.cs index 7d29cd38..b6290257 100644 --- a/OpenAuth.Domain/Interface/IOrgRepository.cs +++ b/OpenAuth.Domain/Interface/IOrgRepository.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/OpenAuth.Domain/Interface/IRelevanceRepository.cs b/OpenAuth.Domain/Interface/IRelevanceRepository.cs index e38fab94..026a44b3 100644 --- a/OpenAuth.Domain/Interface/IRelevanceRepository.cs +++ b/OpenAuth.Domain/Interface/IRelevanceRepository.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : OpenAuth.Domain // Author : Yubao Li // Created : 11-30-2015 diff --git a/OpenAuth.Domain/Interface/IRepository.cs b/OpenAuth.Domain/Interface/IRepository.cs index ff37ff0e..33f58a07 100644 --- a/OpenAuth.Domain/Interface/IRepository.cs +++ b/OpenAuth.Domain/Interface/IRepository.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : OpenAuth.Domain // Author : yubaolee // Created : 10-25-2015 diff --git a/OpenAuth.Domain/Interface/IResourceRepository.cs b/OpenAuth.Domain/Interface/IResourceRepository.cs index 540daf00..880f9e04 100644 --- a/OpenAuth.Domain/Interface/IResourceRepository.cs +++ b/OpenAuth.Domain/Interface/IResourceRepository.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; namespace OpenAuth.Domain.Interface diff --git a/OpenAuth.Domain/Interface/IRoleRepository.cs b/OpenAuth.Domain/Interface/IRoleRepository.cs index 4e8c7bf6..e4ec2b20 100644 --- a/OpenAuth.Domain/Interface/IRoleRepository.cs +++ b/OpenAuth.Domain/Interface/IRoleRepository.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; namespace OpenAuth.Domain.Interface diff --git a/OpenAuth.Domain/Interface/IUserRepository.cs b/OpenAuth.Domain/Interface/IUserRepository.cs index 83d1728e..c42f5f29 100644 --- a/OpenAuth.Domain/Interface/IUserRepository.cs +++ b/OpenAuth.Domain/Interface/IUserRepository.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; namespace OpenAuth.Domain.Interface diff --git a/OpenAuth.Domain/Module.cs b/OpenAuth.Domain/Module.cs index 80355429..3c8d1a7c 100644 --- a/OpenAuth.Domain/Module.cs +++ b/OpenAuth.Domain/Module.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenAuth.Domain/ModuleElement.cs b/OpenAuth.Domain/ModuleElement.cs index b2a03db1..9b7720c6 100644 --- a/OpenAuth.Domain/ModuleElement.cs +++ b/OpenAuth.Domain/ModuleElement.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenAuth.Domain/Org.cs b/OpenAuth.Domain/Org.cs index c804cee5..ea3dde9a 100644 --- a/OpenAuth.Domain/Org.cs +++ b/OpenAuth.Domain/Org.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenAuth.Domain/Param.cs b/OpenAuth.Domain/Param.cs index f3fcd566..72c4323e 100644 --- a/OpenAuth.Domain/Param.cs +++ b/OpenAuth.Domain/Param.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenAuth.Domain/Properties/AssemblyInfo.cs b/OpenAuth.Domain/Properties/AssemblyInfo.cs index bb31d5f6..ec5cb6bc 100644 --- a/OpenAuth.Domain/Properties/AssemblyInfo.cs +++ b/OpenAuth.Domain/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.InteropServices; // 有关程序集的常规信息通过以下 diff --git a/OpenAuth.Domain/Relevance.cs b/OpenAuth.Domain/Relevance.cs index 098ed1b0..7167031e 100644 --- a/OpenAuth.Domain/Relevance.cs +++ b/OpenAuth.Domain/Relevance.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenAuth.Domain/Resource.cs b/OpenAuth.Domain/Resource.cs index fd1d7b4d..80081a9a 100644 --- a/OpenAuth.Domain/Resource.cs +++ b/OpenAuth.Domain/Resource.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenAuth.Domain/Role.cs b/OpenAuth.Domain/Role.cs index 07beb6d1..299d322a 100644 --- a/OpenAuth.Domain/Role.cs +++ b/OpenAuth.Domain/Role.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenAuth.Domain/User.cs b/OpenAuth.Domain/User.cs index 86a7213b..75d399c3 100644 --- a/OpenAuth.Domain/User.cs +++ b/OpenAuth.Domain/User.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenAuth.Domain/UserCfg.cs b/OpenAuth.Domain/UserCfg.cs index 4593acab..a3b951a6 100644 --- a/OpenAuth.Domain/UserCfg.cs +++ b/OpenAuth.Domain/UserCfg.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenAuth.Domain/UserExt.cs b/OpenAuth.Domain/UserExt.cs index 5150ca2a..21ab2e34 100644 --- a/OpenAuth.Domain/UserExt.cs +++ b/OpenAuth.Domain/UserExt.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Data; using System.Linq; diff --git a/OpenAuth.Mvc/App_Start/BundleConfig.cs b/OpenAuth.Mvc/App_Start/BundleConfig.cs index f32457ee..5d0652e0 100644 --- a/OpenAuth.Mvc/App_Start/BundleConfig.cs +++ b/OpenAuth.Mvc/App_Start/BundleConfig.cs @@ -1,4 +1,4 @@ -using System.Web; +using System.Web; using System.Web.Optimization; namespace OpenAuth.Mvc diff --git a/OpenAuth.Mvc/App_Start/FilterConfig.cs b/OpenAuth.Mvc/App_Start/FilterConfig.cs index 29754dde..4157e7d6 100644 --- a/OpenAuth.Mvc/App_Start/FilterConfig.cs +++ b/OpenAuth.Mvc/App_Start/FilterConfig.cs @@ -1,4 +1,4 @@ -using System.Web; +using System.Web; using System.Web.Mvc; namespace OpenAuth.Mvc diff --git a/OpenAuth.Mvc/App_Start/RouteConfig.cs b/OpenAuth.Mvc/App_Start/RouteConfig.cs index 931f9f7c..2d690c66 100644 --- a/OpenAuth.Mvc/App_Start/RouteConfig.cs +++ b/OpenAuth.Mvc/App_Start/RouteConfig.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Web; diff --git a/OpenAuth.Mvc/AutofacExt.cs b/OpenAuth.Mvc/AutofacExt.cs index 26fa1c73..0657ead3 100644 --- a/OpenAuth.Mvc/AutofacExt.cs +++ b/OpenAuth.Mvc/AutofacExt.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : OpenAuth.Mvc // Author : yubaolee // Created : 10-26-2015 diff --git a/OpenAuth.Mvc/Controllers/BaseController.cs b/OpenAuth.Mvc/Controllers/BaseController.cs index 608d5fe0..7a64b365 100644 --- a/OpenAuth.Mvc/Controllers/BaseController.cs +++ b/OpenAuth.Mvc/Controllers/BaseController.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : OpenAuth.Mvc // Author : Administrator // Created : 09-22-2015 diff --git a/OpenAuth.Mvc/Controllers/CategoryManagerController.cs b/OpenAuth.Mvc/Controllers/CategoryManagerController.cs index 7b1f2047..e45e9a57 100644 --- a/OpenAuth.Mvc/Controllers/CategoryManagerController.cs +++ b/OpenAuth.Mvc/Controllers/CategoryManagerController.cs @@ -1,4 +1,4 @@ - + using System; using System.Web.Mvc; using Infrastructure; diff --git a/OpenAuth.Mvc/Controllers/ErrorController.cs b/OpenAuth.Mvc/Controllers/ErrorController.cs index 9e943866..4433cc90 100644 --- a/OpenAuth.Mvc/Controllers/ErrorController.cs +++ b/OpenAuth.Mvc/Controllers/ErrorController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Web; diff --git a/OpenAuth.Mvc/Controllers/HomeController.cs b/OpenAuth.Mvc/Controllers/HomeController.cs index 24ca7286..d77a8d3c 100644 --- a/OpenAuth.Mvc/Controllers/HomeController.cs +++ b/OpenAuth.Mvc/Controllers/HomeController.cs @@ -1,4 +1,4 @@ -using System.Web.Mvc; +using System.Web.Mvc; using Infrastructure; using Infrastructure.Helper; using OpenAuth.App; diff --git a/OpenAuth.Mvc/Controllers/LoginController.cs b/OpenAuth.Mvc/Controllers/LoginController.cs index 577d1185..8fb5ec68 100644 --- a/OpenAuth.Mvc/Controllers/LoginController.cs +++ b/OpenAuth.Mvc/Controllers/LoginController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Web; diff --git a/OpenAuth.Mvc/Controllers/ModuleElementManagerController.cs b/OpenAuth.Mvc/Controllers/ModuleElementManagerController.cs index 786916e8..de08884c 100644 --- a/OpenAuth.Mvc/Controllers/ModuleElementManagerController.cs +++ b/OpenAuth.Mvc/Controllers/ModuleElementManagerController.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : OpenAuth.Mvc // Author : Yubao Li // Created : 12-02-2015 diff --git a/OpenAuth.Mvc/Controllers/ModuleManagerController.cs b/OpenAuth.Mvc/Controllers/ModuleManagerController.cs index 1b389aad..962d1570 100644 --- a/OpenAuth.Mvc/Controllers/ModuleManagerController.cs +++ b/OpenAuth.Mvc/Controllers/ModuleManagerController.cs @@ -1,4 +1,4 @@ -using Infrastructure; +using Infrastructure; using OpenAuth.App; using OpenAuth.Domain; using System; diff --git a/OpenAuth.Mvc/Controllers/OrgManagerController.cs b/OpenAuth.Mvc/Controllers/OrgManagerController.cs index 2a28cdd9..d46855a8 100644 --- a/OpenAuth.Mvc/Controllers/OrgManagerController.cs +++ b/OpenAuth.Mvc/Controllers/OrgManagerController.cs @@ -1,4 +1,4 @@ -using Infrastructure; +using Infrastructure; using OpenAuth.App; using OpenAuth.Domain; using OpenAuth.Mvc.Models; diff --git a/OpenAuth.Mvc/Controllers/ResourceManagerController.cs b/OpenAuth.Mvc/Controllers/ResourceManagerController.cs index ded0facb..e734a7b9 100644 --- a/OpenAuth.Mvc/Controllers/ResourceManagerController.cs +++ b/OpenAuth.Mvc/Controllers/ResourceManagerController.cs @@ -1,4 +1,4 @@ -using Infrastructure; +using Infrastructure; using OpenAuth.App; using OpenAuth.Domain; using System; diff --git a/OpenAuth.Mvc/Controllers/RoleManagerController.cs b/OpenAuth.Mvc/Controllers/RoleManagerController.cs index 10394b0c..c89edc40 100644 --- a/OpenAuth.Mvc/Controllers/RoleManagerController.cs +++ b/OpenAuth.Mvc/Controllers/RoleManagerController.cs @@ -1,4 +1,4 @@ -using Infrastructure; +using Infrastructure; using OpenAuth.App; using OpenAuth.Domain; using System; diff --git a/OpenAuth.Mvc/Controllers/UserManagerController.cs b/OpenAuth.Mvc/Controllers/UserManagerController.cs index c3dc6e31..6a6023e7 100644 --- a/OpenAuth.Mvc/Controllers/UserManagerController.cs +++ b/OpenAuth.Mvc/Controllers/UserManagerController.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using System.Web.Mvc; using Infrastructure; diff --git a/OpenAuth.Mvc/Global.asax.cs b/OpenAuth.Mvc/Global.asax.cs index bd76fb72..d77d55a2 100644 --- a/OpenAuth.Mvc/Global.asax.cs +++ b/OpenAuth.Mvc/Global.asax.cs @@ -1,4 +1,4 @@ -using System.Web; +using System.Web; using System.Web.Mvc; using System.Web.Optimization; using System.Web.Routing; diff --git a/OpenAuth.Mvc/Models/BJUIResponse.cs b/OpenAuth.Mvc/Models/BJUIResponse.cs index 9c92c5a8..e39cb7a0 100644 --- a/OpenAuth.Mvc/Models/BJUIResponse.cs +++ b/OpenAuth.Mvc/Models/BJUIResponse.cs @@ -1,4 +1,4 @@ -// *********************************************************************** +// *********************************************************************** // Assembly : OpenAuth.Mvc // Author : yubaolee // Created : 11-05-2015 diff --git a/OpenAuth.Mvc/Properties/AssemblyInfo.cs b/OpenAuth.Mvc/Properties/AssemblyInfo.cs index cfcce3d7..d67e7fa4 100644 --- a/OpenAuth.Mvc/Properties/AssemblyInfo.cs +++ b/OpenAuth.Mvc/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/OpenAuth.Mvc/Views/CategoryManager/Add.cshtml b/OpenAuth.Mvc/Views/CategoryManager/Add.cshtml index 004ec68a..9e12e6bf 100644 --- a/OpenAuth.Mvc/Views/CategoryManager/Add.cshtml +++ b/OpenAuth.Mvc/Views/CategoryManager/Add.cshtml @@ -1,4 +1,4 @@ -@model OpenAuth.Domain.Category +@model OpenAuth.Domain.Category @{ ViewBag.Title = "Category编辑界面"; Layout = null; diff --git a/OpenAuth.Mvc/Views/CategoryManager/Index.cshtml b/OpenAuth.Mvc/Views/CategoryManager/Index.cshtml index 1e24cc35..7dfbb569 100644 --- a/OpenAuth.Mvc/Views/CategoryManager/Index.cshtml +++ b/OpenAuth.Mvc/Views/CategoryManager/Index.cshtml @@ -1,4 +1,4 @@ -@{ +@{ string _prefix = "Category"; var _treeId = _prefix + "Tree"; var _gridId = _prefix + "Grid"; diff --git a/OpenAuth.Mvc/Views/Error/NoAccess.cshtml b/OpenAuth.Mvc/Views/Error/NoAccess.cshtml index a2a9760b..3908a576 100644 --- a/OpenAuth.Mvc/Views/Error/NoAccess.cshtml +++ b/OpenAuth.Mvc/Views/Error/NoAccess.cshtml @@ -1,4 +1,4 @@ -@{ +@{ Layout = null; } diff --git a/OpenAuth.Mvc/Views/Home/Index.cshtml b/OpenAuth.Mvc/Views/Home/Index.cshtml index daf56f4e..6f335e8f 100644 --- a/OpenAuth.Mvc/Views/Home/Index.cshtml +++ b/OpenAuth.Mvc/Views/Home/Index.cshtml @@ -1,8 +1,8 @@ -@model List +@model List - + - + OpenAuth.net 基于经典DDD框架的权限管理 @@ -177,8 +177,10 @@