Exclude GostXades from Hcs namespace

This commit is contained in:
2025-08-24 18:26:02 +09:00
parent a76d283936
commit 563b6a59f4
27 changed files with 38 additions and 38 deletions

View File

@ -1,11 +1,11 @@
using Hcs.GostXades.Abstractions;
using Hcs.GostXades.Helpers;
using GostXades.Abstractions;
using GostXades.Helpers;
using Org.BouncyCastle.Asn1.X509;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
namespace Hcs.GostXades
namespace GostXades
{
public class IssuerComparer : IIssuerComparer
{