소스 검색

git version test

Robert 2 년 전
부모
커밋
a4ede29e4f
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      EVCB_OCPP.WEBAPI/Program.cs

+ 0 - 6
EVCB_OCPP.WEBAPI/Program.cs

@@ -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
 {