This commit is contained in:
parent
c95cd097a5
commit
8d772a7e7b
|
@ -1,10 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace FineUIPro.Web
|
||||
{
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
using BLL;
|
||||
using BLL.Oauth;
|
||||
using FastReport.Cloud.OAuth;
|
||||
using Model;
|
||||
using System;
|
||||
using System.Configuration;
|
||||
|
|
|
@ -4,7 +4,6 @@ using System.Web;
|
|||
using System.Web.UI.WebControls;
|
||||
using System.Xml;
|
||||
using System.Linq;
|
||||
using System.Configuration;
|
||||
|
||||
namespace FineUIPro.Web
|
||||
{
|
||||
|
|
|
@ -5,7 +5,6 @@ using System.IO;
|
|||
using System.Linq;
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Web;
|
||||
using System.Web.UI.WebControls;
|
||||
using System.Xml;
|
||||
|
|
|
@ -1,13 +1,6 @@
|
|||
using BLL;
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Net;
|
||||
using System.Security.Policy;
|
||||
using System.Text;
|
||||
using System.Web;
|
||||
using System.Web.UI.WebControls;
|
||||
using System.Xml;
|
||||
|
|
|
@ -5,7 +5,6 @@ using System.IO;
|
|||
using System.Linq;
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Web;
|
||||
using System.Web.UI.WebControls;
|
||||
using System.Xml;
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
using BLL;
|
||||
using System;
|
||||
using System.Web;
|
||||
using System.Web.UI.WebControls;
|
||||
using System.Xml;
|
||||
using System.Linq;
|
||||
using System.Configuration;
|
||||
|
||||
namespace FineUIPro.Web
|
||||
{
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
using BLL;
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Net;
|
||||
|
|
|
@ -4,7 +4,6 @@ using System.Web;
|
|||
using System.Web.UI.WebControls;
|
||||
using System.Xml;
|
||||
using System.Linq;
|
||||
using System.Configuration;
|
||||
|
||||
namespace FineUIPro.Web
|
||||
{
|
||||
|
|
|
@ -4,7 +4,6 @@ using System.Web;
|
|||
using System.Web.UI.WebControls;
|
||||
using System.Xml;
|
||||
using System.Linq;
|
||||
using System.Configuration;
|
||||
|
||||
namespace FineUIPro.Web
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue