From 3c72311096e4a7294cbc29f1a6d6e06ee030ae58 Mon Sep 17 00:00:00 2001 From: mahan Date: Thu, 1 Jan 2026 10:11:17 +0330 Subject: [PATCH] refactor: update namespace for AuthorizedBankDetails application components --- .../AuthorizedBankDetails/IAuthorizedBankDetailsApplication.cs | 2 +- .../AuthorizedBankDetailsApplication.cs | 1 + CompanyManagment.EFCore/Services/UidService.cs | 1 + PersonalContractingParty.Config/PersonalBootstrapper.cs | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CompanyManagment.App.Contracts/AuthorizedBankDetails/IAuthorizedBankDetailsApplication.cs b/CompanyManagment.App.Contracts/AuthorizedBankDetails/IAuthorizedBankDetailsApplication.cs index 90368d4a..38b1b6ed 100644 --- a/CompanyManagment.App.Contracts/AuthorizedBankDetails/IAuthorizedBankDetailsApplication.cs +++ b/CompanyManagment.App.Contracts/AuthorizedBankDetails/IAuthorizedBankDetailsApplication.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using _0_Framework.Application; using Company.Application.Contracts.AuthorizedBankDetails; -namespace Company.Application.Contracts.AuthorizedBankDetails +namespace CompanyManagment.App.Contracts.AuthorizedBankDetails { public interface IAuthorizedBankDetailsApplication { diff --git a/CompanyManagment.Application/AuthorizedBankDetailsApplication.cs b/CompanyManagment.Application/AuthorizedBankDetailsApplication.cs index b3a88421..89e16169 100644 --- a/CompanyManagment.Application/AuthorizedBankDetailsApplication.cs +++ b/CompanyManagment.Application/AuthorizedBankDetailsApplication.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using _0_Framework.Application; using Company.Application.Contracts.AuthorizedBankDetails; using Company.Domain.AuthorizedBankDetailsAgg; +using CompanyManagment.App.Contracts.AuthorizedBankDetails; namespace CompanyManagment.Application { diff --git a/CompanyManagment.EFCore/Services/UidService.cs b/CompanyManagment.EFCore/Services/UidService.cs index 52e8772b..893c2c2a 100644 --- a/CompanyManagment.EFCore/Services/UidService.cs +++ b/CompanyManagment.EFCore/Services/UidService.cs @@ -10,6 +10,7 @@ using CompanyManagment.App.Contracts.AuthorizedPerson; using _0_Framework.Application; using _0_Framework.Application.UID; using Company.Application.Contracts.AuthorizedBankDetails; +using CompanyManagment.App.Contracts.AuthorizedBankDetails; namespace CompanyManagment.EFCore.Services; diff --git a/PersonalContractingParty.Config/PersonalBootstrapper.cs b/PersonalContractingParty.Config/PersonalBootstrapper.cs index 92e63a87..4765fafb 100644 --- a/PersonalContractingParty.Config/PersonalBootstrapper.cs +++ b/PersonalContractingParty.Config/PersonalBootstrapper.cs @@ -236,6 +236,7 @@ using P_TextManager.Domin.TextManagerAgg; using CompanyManagment.App.Contracts.PaymentCallback; using CompanyManagment.App.Contracts.SepehrPaymentGateway; using Company.Domain.CameraBugReportAgg; +using CompanyManagment.App.Contracts.AuthorizedBankDetails; using CompanyManagment.App.Contracts.CameraBugReport; using CameraBugReportRepository = CompanyManagement.Infrastructure.Mongo.CameraBugReportRepo.CameraBugReportRepository; using CompanyManagment.EFCore.Services;