Skip to content

Commit

Permalink
remove bom again
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidhajiparvaneh committed Mar 13, 2024
1 parent a41e9c9 commit ec82a7d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions EDILibrary/Interfaces/IDivisionResolver.cs
Original file line number Diff line number Diff line change
@@ -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
{
/// <summary>
/// An interface that allows to determine the <see cref="BO4E.ENUM.Sparte"/> ("division") of a market partner.
/// An interface that allows to determine the <see cref="Sparte"/> ("division") of a market partner.
/// </summary>
/// <remarks>
/// The classes implementing this interface might be hardcoded mappings to start with;
Expand Down

0 comments on commit ec82a7d

Please sign in to comment.