From ec82a7d423a4e72a4142725fe1504f364029e428 Mon Sep 17 00:00:00 2001 From: Hamid Date: Wed, 13 Mar 2024 14:58:28 +0100 Subject: [PATCH] remove bom again --- EDILibrary/Interfaces/IDivisionResolver.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/EDILibrary/Interfaces/IDivisionResolver.cs b/EDILibrary/Interfaces/IDivisionResolver.cs index 0d4414a..55d9aa4 100644 --- a/EDILibrary/Interfaces/IDivisionResolver.cs +++ b/EDILibrary/Interfaces/IDivisionResolver.cs @@ -1,15 +1,9 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - using EDILibrary.Helper; namespace EDILibrary.Interfaces { /// - /// An interface that allows to determine the ("division") of a market partner. + /// An interface that allows to determine the ("division") of a market partner. /// /// /// The classes implementing this interface might be hardcoded mappings to start with;