Browse Source

Remove Code

pull/6/head
sunkaixuna 3 years ago
parent
commit
0e06696534
  1. 1
      Src/Asp.Net/SqlSugar/Abstract/AdoProvider/AdoAccessory.cs
  2. 1
      Src/Asp.Net/SqlSugar/Abstract/AdoProvider/AdoProvider.cs
  3. 1
      Src/Asp.Net/SqlSugar/Abstract/DbBindProvider/DbBindProvider.cs
  4. 1
      Src/Asp.Net/SqlSugar/Abstract/QueryableProvider/QueryableAccessory.cs
  5. 1
      Src/Asp.Net/SqlSugar/Abstract/QueryableProvider/QueryableProvider.cs
  6. 2
      Src/Asp.Net/SqlSugar/ExpressionsToSql/Common/ExpResolveAccessory.cs
  7. 1
      Src/Asp.Net/SqlSugar/ExpressionsToSql/ExpressionContext.cs
  8. 1
      Src/Asp.Net/SqlSugar/Interface/IAdo.cs
  9. 1
      Src/Asp.Net/SqlSugar/Interface/IQueryable.cs
  10. 1
      Src/Asp.Net/SqlSugar/OnlyNet/DependencyManagement.cs
  11. 1
      Src/Asp.Net/SqlSugar/Utilities/UtilMethods.cs

1
Src/Asp.Net/SqlSugar/Abstract/AdoProvider/AdoAccessory.cs

@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Linq;
using System.Reflection;
using System.Text;

1
Src/Asp.Net/SqlSugar/Abstract/AdoProvider/AdoProvider.cs

@ -3,7 +3,6 @@ using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Diagnostics;
using System.Linq;
using System.Reflection;

1
Src/Asp.Net/SqlSugar/Abstract/DbBindProvider/DbBindProvider.cs

@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Reflection;
using System.Text;

1
Src/Asp.Net/SqlSugar/Abstract/QueryableProvider/QueryableAccessory.cs

@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Linq.Expressions;
using System.Text;

1
Src/Asp.Net/SqlSugar/Abstract/QueryableProvider/QueryableProvider.cs

@ -2,7 +2,6 @@
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Linq.Expressions;
using System.Text;

2
Src/Asp.Net/SqlSugar/ExpressionsToSql/Common/ExpResolveAccessory.cs

@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Data.SqlClient;
using System.Linq;
using System.Text;
namespace SqlSugar

1
Src/Asp.Net/SqlSugar/ExpressionsToSql/ExpressionContext.cs

@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Data.SqlClient;
using System.Linq;
using System.Linq.Expressions;
using System.Text;

1
Src/Asp.Net/SqlSugar/Interface/IAdo.cs

@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using System.Data.SqlClient;
using System.Linq;
using System.Reflection;
using System.Text;

1
Src/Asp.Net/SqlSugar/Interface/IQueryable.cs

@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Linq.Expressions;
using System.Text;

1
Src/Asp.Net/SqlSugar/OnlyNet/DependencyManagement.cs

@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Linq;
using System.Reflection;
using System.Text;

1
Src/Asp.Net/SqlSugar/Utilities/UtilMethods.cs

@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Diagnostics;
using System.Globalization;
using System.Linq;

Loading…
Cancel
Save