From 629f27660d16bc5c4c57a7a70641a2338c54fd2b Mon Sep 17 00:00:00 2001 From: FH Date: Sun, 3 Apr 2022 11:34:03 +0200 Subject: [PATCH] removed unnecessary references --- Properties/AssemblyInfo.cs | 1 - ViesVatInfoMapper.cs | 2 -- 2 files changed, 3 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 6a4bce5..0d71c7c 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/ViesVatInfoMapper.cs b/ViesVatInfoMapper.cs index 6ebb2de..a28c27d 100644 --- a/ViesVatInfoMapper.cs +++ b/ViesVatInfoMapper.cs @@ -24,8 +24,6 @@ // // *********************************************************************** -using System.Collections.Generic; -using System.Net; using FCS.Lib.Common; namespace FCS.Lib.Vies