命名空间格式化,Remove and Sort namespace

This commit is contained in:
Argo-Lenovo 2016-10-31 17:10:59 -07:00
parent f55faaa7d3
commit af4744a2a7
9 changed files with 15 additions and 22 deletions

View File

@ -1,9 +1,6 @@
using Bootstrap.Admin.Models; using Bootstrap.Admin.Models;
using Bootstrap.DataAccess; using Bootstrap.DataAccess;
using System;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Web;
using System.Web.Http; using System.Web.Http;
namespace Bootstrap.Admin.Controllers namespace Bootstrap.Admin.Controllers

View File

@ -1,9 +1,9 @@
using System.Collections.Generic; using Bootstrap.Admin.Models;
using System.Linq;
using System.Web.Http;
using Bootstrap.Admin.Models;
using Bootstrap.DataAccess; using Bootstrap.DataAccess;
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Linq;
using System.Collections.Generic;
using System.Linq;
using System.Web.Http;
namespace Bootstrap.Admin.Controllers namespace Bootstrap.Admin.Controllers

View File

@ -1,9 +1,9 @@
using Bootstrap.Admin.Models; using Bootstrap.Admin.Models;
using Bootstrap.DataAccess; using Bootstrap.DataAccess;
using System.Web.Http;
using System.Linq;
using System.Collections.Generic;
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Linq;
using System.Collections.Generic;
using System.Linq;
using System.Web.Http;
namespace Bootstrap.Admin.Controllers namespace Bootstrap.Admin.Controllers
{ {

View File

@ -1,8 +1,8 @@
using System; using System;
using System.Web; using System.Web;
using System.Web.Http;
using System.Web.Mvc; using System.Web.Mvc;
using System.Web.Routing; using System.Web.Routing;
using System.Web.Http;
namespace Bootstrap.Admin namespace Bootstrap.Admin
{ {

View File

@ -1,9 +1,6 @@
using Bootstrap.DataAccess; using Bootstrap.DataAccess;
using Longbow.Web.Mvc; using Longbow.Web.Mvc;
using System;
using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Web;
namespace Bootstrap.Admin.Models namespace Bootstrap.Admin.Models
{ {

View File

@ -1,5 +1,4 @@
using System.Collections.Generic; 
namespace Bootstrap.DataAccess namespace Bootstrap.DataAccess
{ {
/// <summary> /// <summary>

View File

@ -1,5 +1,5 @@
using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Linq;
namespace Bootstrap.DataAccess.Tests namespace Bootstrap.DataAccess.Tests
{ {

View File

@ -1,5 +1,5 @@
using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Linq;
namespace Bootstrap.DataAccess.Tests namespace Bootstrap.DataAccess.Tests
{ {

View File

@ -1,5 +1,5 @@
using System.Linq; using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UnitTesting; using System.Linq;
namespace Bootstrap.DataAccess.Tests namespace Bootstrap.DataAccess.Tests
{ {