Skip to content

Commit

Permalink
chore: remove duplicate obsolete
Browse files Browse the repository at this point in the history
Refs: CPLP-3042
  • Loading branch information
Phil91 committed Jul 26, 2023
1 parent 98b5ad5 commit c708fab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ namespace Org.Eclipse.TractusX.Portal.Backend.Registration.Service.BusinessLogic
public interface IRegistrationBusinessLogic
{
[Obsolete($"use {nameof(GetCompanyBpdmDetailDataByBusinessPartnerNumber)} instead")]
[Obsolete]
IAsyncEnumerable<FetchBusinessPartnerDto> GetCompanyByIdentifierAsync(string companyIdentifier, string token, CancellationToken cancellationToken);
Task<CompanyBpdmDetailData> GetCompanyBpdmDetailDataByBusinessPartnerNumber(string businessPartnerNumber, string token, CancellationToken cancellationToken);
IAsyncEnumerable<string> GetClientRolesCompositeAsync();
Expand Down

0 comments on commit c708fab

Please sign in to comment.