Fix global Using in API proj
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
using EgwCoreLib.Lux.Data.Services.General;
|
||||
using EgwCoreLib.Lux.Data.Services.Sales;
|
||||
using EgwMultiEngineManager.Data;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using NLog;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using EgwCoreLib.Lux.Data.Services.Sales;
|
||||
using System.Text;
|
||||
|
||||
namespace Lux.API.Controllers
|
||||
|
||||
@@ -1,12 +1,5 @@
|
||||
using Egw.Window.Data;
|
||||
using EgwCoreLib.Lux.Core.RestPayload;
|
||||
using EgwCoreLib.Lux.Data.Services;
|
||||
using EgwCoreLib.Lux.Data.Services.General;
|
||||
using EgwMultiEngineManager.Data;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using NLog;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Lux.API.Controllers
|
||||
{
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
using EgwCoreLib.Lux.Data.Services.General;
|
||||
using EgwMultiEngineManager.Data;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.StaticFiles;
|
||||
using NLog;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using Microsoft.AspNetCore.StaticFiles;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
|
||||
|
||||
@@ -1,12 +1,4 @@
|
||||
using EgwCoreLib.Lux.Data.Services.General;
|
||||
using EgwMultiEngineManager.Data;
|
||||
using Lux.API.Services;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Newtonsoft.Json;
|
||||
using NLog;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using static EgwCoreLib.Lux.Core.Enums;
|
||||
using static EgwCoreLib.Lux.Core.Enums;
|
||||
|
||||
namespace Lux.API.Controllers
|
||||
{
|
||||
|
||||
@@ -1,11 +1,4 @@
|
||||
using EgwCoreLib.Lux.Data.DbModel.Config;
|
||||
using EgwCoreLib.Lux.Data.Services;
|
||||
using EgwCoreLib.Lux.Data.Services.General;
|
||||
using EgwMultiEngineManager.Data;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using NLog;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Lux.API.Controllers
|
||||
{
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
global using EgwCoreLib.Lux.Data.Services.General;
|
||||
global using EgwMultiEngineManager.Data;
|
||||
global using Microsoft.AspNetCore.Mvc;
|
||||
global using System.Diagnostics;
|
||||
global using System.Reflection;
|
||||
@@ -0,0 +1,5 @@
|
||||
global using EgwCoreLib.Lux.Data;
|
||||
global using Lux.API.Services;
|
||||
global using Newtonsoft.Json;
|
||||
global using NLog;
|
||||
global using StackExchange.Redis;
|
||||
@@ -1,14 +1,10 @@
|
||||
using EgwCoreLib.Lux.Data;
|
||||
using EgwCoreLib.Lux.Data.Services.General;
|
||||
using Lux.API.Services;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.OpenApi.Models;
|
||||
using NLog;
|
||||
using NLog.Targets;
|
||||
using NLog.Web;
|
||||
using OpenTelemetry.Resources;
|
||||
using OpenTelemetry.Trace;
|
||||
using StackExchange.Redis;
|
||||
using System.Reflection;
|
||||
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
using EgwCoreLib.Lux.Core.RestPayload;
|
||||
using EgwCoreLib.Lux.Data.Services.General;
|
||||
using EgwMultiEngineManager.Data;
|
||||
using Newtonsoft.Json;
|
||||
using NLog;
|
||||
using StackExchange.Redis;
|
||||
using System.Diagnostics;
|
||||
using static Egw.Window.Data.Enums;
|
||||
using static EgwCoreLib.Lux.Core.Enums;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using EgwCoreLib.Lux.Data.Services.Internal;
|
||||
using StackExchange.Redis;
|
||||
|
||||
namespace Lux.API.Services
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user