重构代码:移除不使用的命名空间

This commit is contained in:
Argo Zhang 2019-03-17 19:37:47 +08:00
parent 260ff5691d
commit b0bd02c544
3 changed files with 2 additions and 7 deletions

View File

@ -4,7 +4,6 @@ using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json.Linq;
using System.Collections.Generic;
using System.Linq;
namespace Bootstrap.Admin.Controllers.Api
{
@ -45,6 +44,7 @@ namespace Bootstrap.Admin.Controllers.Api
}
return token;
}
/// <summary>
///
/// </summary>

View File

@ -1,12 +1,9 @@
using Bootstrap.DataAccess;
using Longbow.Web;
using Longbow.Web.SignalR;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.SignalR;
using System;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
namespace Bootstrap.Admin.Controllers.Api

View File

@ -1,6 +1,4 @@
using Longbow;
using Longbow.Configuration;
using Longbow.Web.Mvc;
using Longbow.Web.Mvc;
using PetaPoco;
using System;
using System.Collections.Generic;