|
@@ -3,14 +3,8 @@
|
|
|
// This file may need updated according to the specific scenario of the application being upgraded.
|
|
|
// For more information on ASP.NET Core hosting, see https://docs.microsoft.com/aspnet/core/fundamentals/host/web-host
|
|
|
|
|
|
-using System;
|
|
|
-using System.Collections.Generic;
|
|
|
-using System.Linq;
|
|
|
-using System.Threading.Tasks;
|
|
|
using Microsoft.AspNetCore.Hosting;
|
|
|
-using Microsoft.Extensions.Configuration;
|
|
|
using Microsoft.Extensions.Hosting;
|
|
|
-using Microsoft.Extensions.Logging;
|
|
|
|
|
|
namespace EVCB_OCPP.WEBAPI
|
|
|
{
|