From 8a8871f76f636d9e93e9864bdf523000fdcb0d7f Mon Sep 17 00:00:00 2001 From: emalfroy Date: Wed, 8 Jan 2025 15:32:40 +0100 Subject: [PATCH] refactor: adjust namespaces --- src/AssociationRegistry.Admin.AddressSync/Program.cs | 1 + .../TeSynchroniserenLocatiesFetcher.cs | 1 + .../VerwijderContactgegevenController.cs | 2 +- .../RequestsModels/VoegContactgegevenToeRequest.cs | 2 +- .../VoegContactGegevenToeController.cs | 2 +- .../RequestModels/WijzigContactgegevenRequest.cs | 2 +- .../WijzigContactgegevenController.cs | 2 +- .../RequestModels/WijzigContactgegevenRequest.cs | 2 +- .../WijzigContactgegevenController.cs | 2 +- .../MarkeerAlsDubbelVanController.cs | 2 +- .../MarkeerAlsDubbelVanController.cs | 2 +- .../RequestModels/MarkeerAlsDubbelVanRequest.cs | 2 +- .../VerwijderLidmaatschapController.cs | 2 +- .../RequestModels/VoegLidmaatschapToeRequest.cs | 2 +- .../VoegLidmaatschapToeController.cs | 2 +- .../RequestModels/WijzigLidmaatschapRequest.cs | 2 +- .../WijzigLidmaatschapController.cs | 2 +- .../VerwijderLocatie/VerwijderLocatieController.cs | 2 +- .../RequestModels/VoegLocatieToeRequest.cs | 2 +- .../VoegLocatieToe/VoegLocatieToeController.cs | 2 +- .../WijzigLocatie/RequestModels/TeWijzigenLocatie.cs | 2 +- .../RequestModels/WijzigLocatieRequest.cs | 2 +- .../WijzigLocatie/WijzigLocatieController.cs | 2 +- .../RequestModels/TeWijzigenMaatschappelijkeZetel.cs | 2 +- .../WijzigMaatschappelijkeZetelRequest.cs | 2 +- .../WijzigMaatschappelijkeZetelController.cs | 2 +- .../RegistreerFeitelijkeVerenigingController.cs | 2 +- .../RegistreerFeitelijkeVerenigingRequest.cs | 2 +- .../RegistreerVerenigingUitKboController.cs | 2 +- .../RegistreerVerenigingUitKboRequest.cs | 2 +- .../Stop/RequestModels/StopVerenigingRequest.cs | 2 +- .../Verenigingen/Stop/StopVerenigingController.cs | 2 +- .../VerwijderVertegenwoordigerController.cs | 2 +- .../RequestModels/VoegVertegenwoordigerToeRequest.cs | 2 +- .../VoegVertegenwoordigerToeController.cs | 2 +- .../RequestModels/WijzigVertegenwoordigerRequest.cs | 2 +- .../WijzigVertegenwoordigerController.cs | 2 +- .../Verwijder/VerwijderVerenigingController.cs | 2 +- .../RequestModels/WijzigBasisgegevensRequest.cs | 2 +- .../WijzigBasisgegevensController.cs | 2 +- .../RequestModels/WijzigBasisgegevensRequest.cs | 2 +- .../WijzigBasisgegevensController.cs | 2 +- .../Infrastructure/AWS/SqsClientWrapper.cs | 2 +- .../Infrastructure/Extensions/WolverineExtensions.cs | 2 +- src/AssociationRegistry.Admin.Api/Program.cs | 1 + .../Locaties/LocatieZonderAdresMatchProjection.cs | 1 + .../ProbeerAdresTeMatchenCommand.cs | 2 +- .../ProbeerAdresTeMatchenCommandHandler.cs | 4 ++-- .../WijzigBasisgegevensCommand.cs | 2 +- .../WijzigBasisgegevensCommandHandler.cs | 2 +- .../WijzigBasisgegevensCommand.cs | 2 +- .../WijzigBasisgegevensCommandHandler.cs | 2 +- .../VerwijderContactgegevenCommand.cs | 2 +- .../VerwijderContactgegevenCommandHandler.cs | 2 +- .../VoegContactgegevenToeCommand.cs | 2 +- .../VoegContactgegevenToeCommandHandler.cs | 2 +- .../WijzigContactgegevenCommand.cs | 2 +- .../WijzigContactgegevensCommandHandler.cs | 2 +- .../WijzigContactgegevenFromKboCommand.cs | 2 +- .../WijzigContactgegevenFromKbosCommandHandler.cs | 2 +- .../AanvaardCorrectieDubbeleVerenigingCommand.cs | 2 +- ...anvaardCorrectieDubbeleVerenigingCommandHandler.cs | 2 +- .../AanvaardDubbeleVerenigingCommand.cs | 4 ++-- .../AanvaardDubbeleVerenigingCommandHandler.cs | 11 +++++------ .../CorrigeerMarkeringAlsDubbelVanCommand.cs | 2 +- .../CorrigeerMarkeringAlsDubbelVanCommandHandler.cs | 2 +- .../MarkeerAlsDubbelVan/MarkeerAlsDubbelVanCommand.cs | 2 +- .../MarkeerAlsDubbelVanCommandHandler.cs | 2 +- ...WeigeringDubbelDoorAuthentiekeVerenigingCommand.cs | 2 +- ...ngDubbelDoorAuthentiekeVerenigingCommandHandler.cs | 2 +- .../VerwijderLidmaatschapCommand.cs | 2 +- .../VerwijderLidmaatschapCommandHandler.cs | 2 +- .../VoegLidmaatschapToe/VoegLidmaatschapToeCommand.cs | 2 +- .../VoegLidmaatschapToeCommandHandler.cs | 2 +- .../WijzigLidmaatschap/WijzigLidmaatschapCommand.cs | 2 +- .../WijzigLidmaatschapCommandHandler.cs | 2 +- .../VerwijderLocatie/VerwijderLocatieCommand.cs | 2 +- .../VerwijderLocatieCommandHandler.cs | 2 +- .../Locaties/VoegLocatieToe/VoegLocatieToeCommand.cs | 2 +- .../VoegLocatieToe/VoegLocatieToeCommandHandler.cs | 6 +++--- .../Locaties/WijzigLocatie/WijzigLocatieCommand.cs | 2 +- .../WijzigLocatie/WijzigLocatieCommandHandler.cs | 4 ++-- .../WijzigMaatschappelijkeZetelCommand.cs | 2 +- .../WijzigMaatschappelijkeZetelCommandHandler.cs | 2 +- .../RegistreerFeitelijkeVerenigingCommand.cs | 2 +- .../RegistreerFeitelijkeVerenigingCommandHandler.cs | 6 +++--- .../RegistreerVerenigingUitKboCommand.cs | 2 +- .../RegistreerVerenigingUitKboCommandHandler.cs | 2 +- .../StopVereniging/StopVerenigingCommand.cs | 4 ++-- .../StopVereniging/StopVerenigingCommandHandler.cs | 8 ++++---- .../VerwijderVertegenwoordigerCommand.cs | 2 +- .../VerwijderVertegenwoordigerCommandHandler.cs | 2 +- .../VoegVertegenwoordigerToeCommand.cs | 2 +- .../VoegVertegenwoordigerToeCommandHandler.cs | 2 +- .../WijzigVertegenwoordigerCommand.cs | 2 +- .../WijzigVertegenwoordigerCommandHandler.cs | 2 +- .../VerwijderVereniging/VerwijderVerenigingCommand.cs | 4 ++-- .../VerwijderVerenigingCommandHandler.cs | 8 ++++---- .../EventFactories/EventFactory.cs | 1 + .../Framework/ISqsClientWrapper.cs | 2 +- .../GemeentenaamDecorator/VerrijkteGemeentenaam.cs | 4 ++-- .../Clients/Contracts/AddressDetailOsloResponse.cs | 2 +- .../Clients/Contracts/AddressMatchOsloResponse.cs | 2 +- .../Contracts/PostalInformationOsloResponse.cs | 4 ++-- src/AssociationRegistry/Grar/Clients/GrarClient.cs | 11 ++++++----- .../Grar/Clients/GrarHttpClient.cs | 2 +- .../Grar/Clients/GrarHttpClientHandler.cs | 2 +- src/AssociationRegistry/Grar/Clients/IGrarClient.cs | 4 ++-- .../Grar/Clients/IGrarHttpClient.cs | 2 +- .../HeradresseerLocatiesMessage.cs | 4 ++-- .../HeradresseerLocatiesMessageHandler.cs | 8 +++----- .../OntkoppelAdres/OntkoppelLocatiesMessage.cs | 2 +- .../OntkoppelAdres/OntkoppelLocatiesMessageHandler.cs | 2 +- .../Messaging/OverkoepelendeGrarConsumerMessage.cs | 2 +- .../OverkoepelendeGrarConsumerMessageHandler.cs | 2 +- .../TeHeradresserenLocatiesProcessor.cs | 2 +- .../TeOntkoppelenLocatiesProcessor.cs | 2 +- .../Hernummering/TeHeradresserenLocatiesMapper.cs | 2 +- .../Hernummering/TeHernummerenStraatEventProcessor.cs | 2 +- .../LocatieFinder/LocatiesPerVCodeCollection.cs | 4 ++-- .../Grar/Models/PostalInfo/Postnaam.cs | 2 +- .../Grar/Models/PostalInfo/Postnamen.cs | 2 +- .../SyncAdresLocaties/SyncAdresLocatiesCommand.cs | 4 ++-- .../SyncAdresLocatiesCommandHandler.cs | 4 ++-- .../KboSyncLambda/SyncKbo/SyncKboCommand.cs | 2 +- .../KboSyncLambda/SyncKbo/SyncKboCommandHandler.cs | 2 +- .../AanvaardCorrectieDubbeleVerenigingMessage.cs | 2 +- .../Messages/AanvaardDubbeleVerenigingMessage.cs | 2 +- .../Messages/TeAdresMatchenLocatieMessage.cs | 2 +- .../Messages/TeSynchroniserenLocatieAdresMessage.cs | 2 +- ...WeigeringDubbelDoorAuthentiekeVerenigingMessage.cs | 2 +- .../Vereniging/Lidmaatschappen/Lidmaatschap.cs | 4 ++-- .../Vereniging/Lidmaatschappen/Lidmaatschappen.cs | 4 ++-- .../Vereniging/Locaties/Gemeentenaam.cs | 1 + .../Vereniging/Locaties/Locatie.cs | 1 + src/AssociationRegistry/Vereniging/Vereniging.cs | 1 + .../Vereniging/VerenigingOfAnyKind.cs | 5 +++-- .../TeSynchroniserenLocatiesFetcherTests.cs | 1 + .../CommandHandling/Given_A_Vereniging.cs | 2 +- .../CommandHandling/Given_An_AuthentiekeVereniging.cs | 2 +- .../CommandHandling/Given_A_Vereniging.cs | 2 +- .../CommandHandling/Given_An_AuthentiekeVereniging.cs | 2 +- .../CommandHandling/Given_VCode_Equals_IsDubbelVan.cs | 2 +- .../Given_The_AndereVereniging_Is_Verwijderd.cs | 2 +- .../Given_A_Duplicate_Vertegenwoordiger.cs | 2 +- .../Given_A_NietPrimair_Vertegenwoordiger.cs | 2 +- .../Given_A_Second_Primair_Vertegenwoordiger.cs | 2 +- .../RequestHandling/With_Valid_ETag.cs | 2 +- .../RequestHandling/With_Valid_Request.cs | 2 +- .../CommandHandling/With_A_PotentialDuplicate.cs | 3 ++- .../With_A_PotentialDuplicate_And_Force.cs | 3 ++- .../With_A_Startdatum_In_The_Future.cs | 3 ++- .../CommandHandling/With_A_Startdatum_On_Today.cs | 3 ++- .../CommandHandling/With_All_Fields.cs | 3 ++- .../CommandHandling/With_Locatie_With_AdresId.cs | 3 ++- .../CommandHandling/With_Required_Fields.cs | 3 ++- ...d_Fields_And_UitgeschrevenUitPubliekeDatastroom.cs | 3 ++- .../With_Two_Duplicate_Contactgegevens.cs | 3 ++- ...h_Two_Primair_Contactgegevens_Of_Different_Type.cs | 3 ++- ...th_Two_Primair_Contactgegevens_Of_The_Same_Type.cs | 3 ++- .../With_WerkingsgebiedenWerdenNietBepaald.cs | 3 ++- .../With_WerkingsgebiedenWerdenNietVanToepassing.cs | 3 ++- .../RequestHandling/With_Valid_Request.cs | 2 +- .../CommandHandling/With_A_Reden.cs | 2 +- .../With_A_Known_VertegenwoordigerId.cs | 2 +- .../With_An_Unknown_VertegenwoordigerId.cs | 2 +- .../CommandHandling/With_One_Vertegenwoordiger.cs | 2 +- ...genwoordiger_And_An_Unknown_VertegenwoordigerId.cs | 2 +- .../RequestHandling/With_Valid_ETag.cs | 2 +- .../CommandHandling/With_A_Einddatum.cs | 2 +- .../RequestHandling/With_Valid_ETag.cs | 2 +- .../RequestHandling/Without_Changes.cs | 2 +- ...iven_Vereniging_With_Existing_HoofdActiviteiten.cs | 2 +- ...ven_Vereniging_With_No_Existing_HoofdActiviteit.cs | 2 +- .../WerkingsgebiedenScenarioRunner.cs | 2 +- .../CommandHandling/With_A_KorteBeschrijving.cs | 2 +- .../CommandHandling/With_A_KorteNaam.cs | 2 +- .../CommandHandling/With_A_Maximumleeftijd.cs | 2 +- .../CommandHandling/With_A_Minimumleeftijd.cs | 2 +- .../With_A_Minimumleeftijd_And_A_Maximumleeftijd.cs | 2 +- .../CommandHandling/With_A_Naam.cs | 2 +- .../CommandHandling/With_A_Startdatum.cs | 2 +- .../CommandHandling/With_A_Startdatum_Empty.cs | 2 +- .../With_A_Startdatum_In_The_Future.cs | 2 +- .../CommandHandling/With_A_Startdatum_Null.cs | 2 +- .../With_HoofdactiviteitenVerenigingsloket.cs | 2 +- .../With_HoofdactiviteitenVerenigingsloket_Null.cs | 2 +- .../With_IngeschrevenInPubliekeDatastroom.cs | 2 +- .../With_IngeschrevenVoorPubliekeDatastroom.cs | 2 +- .../CommandHandling/With_No_Fields.cs | 2 +- .../With_Same_UitgeschrevenVoorPubliekeDatastroom.cs | 2 +- ...With_The_Same_HoofdactiviteitenVerenigingsloket.cs | 2 +- .../With_The_Same_KorteBeschrijving.cs | 2 +- .../CommandHandling/With_The_Same_KorteNaam.cs | 2 +- .../CommandHandling/With_The_Same_Naam.cs | 2 +- .../CommandHandling/With_The_Same_Startdatum.cs | 2 +- .../With_UitgeschrevenUitPubliekeDatastroom.cs | 2 +- .../With_UitgeschrevenUitPubliekeDatastroom_Null.cs | 2 +- .../RequestHandling/With_Valid_ETag.cs | 2 +- .../RequestHandling/Without_Changes.cs | 2 +- .../CommandHandling/Then_It_Throws.cs | 2 +- .../CommandHandling/With_A_Duplicate_KboNummer.cs | 2 +- .../CommandHandling/With_A_KboNummer.cs | 2 +- .../With_An_Unknown_VerenigingVolgensKbo.cs | 2 +- .../With_An_VerenigingVolgensKbo_Adres.cs | 2 +- .../With_VerenigingVolgensKbo_Contactgegevens.cs | 2 +- .../With_VerenigingVolgensKbo_Invalid_Adres.cs | 2 +- ...th_VerenigingVolgensKbo_Invalid_Contactgegevens.cs | 2 +- .../With_VerenigingVolgensKbo_No_Adres.cs | 2 +- .../CommandHandling/Then_It_Throws.cs | 2 +- .../CommandHandling/With_A_FeitelijkeVereniging.cs | 2 +- ..._Contactgegeven_That_Exists_With_Bron_Initiator.cs | 2 +- ...hat_Exists_With_Bron_Initiator_And_Beschrijving.cs | 2 +- .../With_A_Different_And_Invalid_Adres.cs | 2 +- .../With_A_Different_And_Invalid_Contactgegeven.cs | 2 +- .../With_A_Different_And_Valid_Adres.cs | 2 +- .../With_A_Different_And_Valid_Contactgegeven.cs | 2 +- .../With_A_Different_But_Empty_Adres.cs | 2 +- .../CommandHandling/With_A_Different_KorteNaam.cs | 2 +- .../CommandHandling/With_A_Different_Naam.cs | 2 +- .../CommandHandling/With_A_Different_Null_Adres.cs | 2 +- .../CommandHandling/With_A_Different_StartDatum.cs | 2 +- .../With_A_Different_VerenigingsType.cs | 2 +- .../When_SyncKbo/CommandHandling/With_A_New_Adres.cs | 2 +- .../With_A_New_But_Invalid_Contactgegeven.cs | 2 +- .../CommandHandling/With_A_New_Contactgegeven.cs | 2 +- .../CommandHandling/With_A_Removed_Contactgegeven.cs | 2 +- .../CommandHandling/With_Inactief_And_Einddatum.cs | 2 +- .../When_SyncKbo/CommandHandling/With_No_Changes.cs | 2 +- .../With_No_Changes_ReedsIngeschreven.cs | 2 +- ...iven_Vereniging_With_Existing_HoofdActiviteiten.cs | 2 +- ...ven_Vereniging_With_No_Existing_HoofdActiviteit.cs | 2 +- .../CommandHandling/With_A_FeitelijkeVereniging.cs | 2 +- .../CommandHandling/With_A_KorteBeschrijving.cs | 2 +- .../CommandHandling/With_A_Maximumleeftijd.cs | 2 +- .../CommandHandling/With_A_Minimumleeftijd.cs | 2 +- .../With_A_Minimumleeftijd_And_A_Maximumleeftijd.cs | 2 +- .../CommandHandling/With_A_Roepnaam.cs | 2 +- .../With_HoofdactiviteitenVerenigingsloket.cs | 2 +- .../With_HoofdactiviteitenVerenigingsloket_Null.cs | 2 +- .../CommandHandling/With_No_Fields.cs | 2 +- .../CommandHandling/With_Werkingsgebieden.cs | 2 +- .../CommandHandling/With_Werkingsgebieden_Null.cs | 2 +- .../RequestHandling/With_Valid_ETag.cs | 2 +- .../RequestHandling/Without_Changes.cs | 2 +- .../CommandHandling/Given_A_Contactgegeven.cs | 2 +- .../RequestHandling/With_Valid_ETag.cs | 2 +- .../RequestHandling/Without_Changes.cs | 2 +- .../CommandHandling/Given_A_MaatschappelijkeZetel.cs | 2 +- .../RequestHandling/With_Valid_ETag.cs | 2 +- .../RequestHandling/Without_Changes.cs | 2 +- .../Given_A_Contactgegeven_Was_Removed.cs | 2 +- ..._With_Same_Type_And_Value_But_Diff_Beschrijving.cs | 2 +- .../Given_A_Duplicate_Contactgegeven.cs | 2 +- .../Given_A_NietPrimair_Contactgegeven.cs | 2 +- .../Given_A_Second_NietPrimair_Contactgegeven.cs | 2 +- ..._Second_Primair_Contactgegeven_Of_The_Same_Type.cs | 2 +- .../RequestHandling/With_Valid_ETag.cs | 2 +- .../RequestHandling/With_Valid_Request.cs | 2 +- .../CommandHandling/Given_A_Lidmaatschap.cs | 2 +- .../Given_A_Reeds_Gewijzigd_Lidmaatschap.cs | 2 +- .../CommandHandling/Given_A_Locatie.cs | 3 ++- .../CommandHandling/Given_A_Locatie_With_AdresId.cs | 3 ++- ..._With_AdresId_And_Adressenregister_Returned_410.cs | 3 ++- ...Adressenregister_Returned_ClientErrorStatusCode.cs | 3 ++- ...Id_And_Adressenregister_Returned_Inactief_Adres.cs | 3 ++- ..._Adressenregister_Returned_NonSuccessStatusCode.cs | 3 ++- .../Given_An_Existing_Locatie_Without_AdresId.cs | 3 ++- .../RequestHandling/With_Valid_ETag.cs | 2 +- .../RequestHandling/With_Valid_Request.cs | 2 +- .../CommandHandling/With_A_Known_ContactgegevenId.cs | 2 +- .../With_An_Unknown_ContactgegevenId.cs | 2 +- .../RequestHandling/With_Valid_ETag.cs | 2 +- .../RequestHandling/With_Valid_Request.cs | 2 +- .../CommandHandling/Given_A_Lidmaatschap.cs | 2 +- ...nigingMetRechtsPersoonlijkheid_With_One_Locatie.cs | 2 +- .../CommandHandling/With_A_Known_LocatieId.cs | 2 +- .../With_An_Unknown_VertegenwoordigerId.cs | 2 +- .../CommandHandling/With_One_Locatie.cs | 2 +- .../RequestHandling/With_Valid_ETag.cs | 2 +- .../CommandHandling/Given_A_Contactgegeven.cs | 2 +- .../Given_A_Contactgegeven_With_Invalid_Waarde.cs | 2 +- .../Given_A_Duplicate_Contactgegeven.cs | 2 +- .../Given_Multiple_Primair_Contactgegeven.cs | 2 +- .../Given_No_Modifications_To_The_Contactgegeven.cs | 2 +- .../Given_Null_Values_Does_Not_Update_Anything.cs | 2 +- .../With_An_Unknown_ContactgegevenId.cs | 2 +- .../RequestHandling/With_Valid_ETag.cs | 2 +- .../RequestHandling/With_Valid_Request.cs | 2 +- .../RequestHandling/Without_Changes.cs | 2 +- .../CommandHandling/Given_A_Lidmaatschap.cs | 2 +- .../CommandHandling/Given_A_Locatie_With_AdresId.cs | 3 ++- .../CommandHandling/Given_All_Fields.cs | 3 ++- .../Given_An_Existing_Locatie_Without_AdresId.cs | 3 ++- .../RequestHandling/With_Valid_ETag.cs | 2 +- .../RequestHandling/With_Valid_Request.cs | 2 +- .../CommandHandling/Given_A_Vertegenwoordiger.cs | 2 +- .../Given_Multiple_Primair_Vertegenwoordigers.cs | 2 +- .../Given_No_Modifications_To_The_Contactgegeven.cs | 2 +- .../Given_Null_Values_Does_Not_Update_Anything.cs | 2 +- .../With_An_Unknown_VertegenwoordigerId.cs | 2 +- .../RequestHandling/With_Valid_ETag.cs | 2 +- .../RequestHandling/With_Valid_Request.cs | 2 +- .../RequestHandling/Without_Changes.cs | 2 +- .../Controllers/VoegLidmaatschapToeControllerTests.cs | 2 +- .../SetupMockExtension.cs | 2 +- .../Given_No_Locations_Found.cs | 2 +- .../Given_One_Location_Found.cs | 2 +- .../Given_No_Locations_Found.cs | 2 +- .../Given_One_Location_Found.cs | 2 +- .../Given_Locaties_For_Different_VCodes.cs | 2 +- .../Given_Locaties_For_One_VCode.cs | 2 +- ...ltiple_LocatieLookup_Records_For_The_Same_VCode.cs | 2 +- .../AutoFixture/CommandCustomizations.cs | 4 ++-- .../Framework/WireMockGrarClient.cs | 1 + ...ing_An_Incorrect_Message_On_The_Grar_Sync_Queue.cs | 2 +- ...dresKonNietOvergenomenWordenUitAdressenregister.cs | 1 + ...genomenWordenUitAdressenregister_WithBadRequest.cs | 1 + .../When_Handling_HeradresseerLocatiesMessage.cs | 3 ++- .../When_Handling_OntkoppelLocatiesMessage.cs | 2 +- .../When_Handling_ProbeerAdresTeMatchenCommand.cs | 3 ++- ...Valid_AanvaardCorrectieDubbeleVerenigingCommand.cs | 2 +- ...AanvaardCorrectieDubbeleVerenigingCommand_Twice.cs | 2 +- ...n_VCode_And_VCodeDubbeleVereniging_Are_The_Same.cs | 2 +- .../Given_Valid_AanvaardDubbeleVerenigingCommand.cs | 2 +- .../Given_GeenDubbeleVereniging.cs | 2 +- .../Given_VerenigingMetRechtspersoonlijkheid.cs | 2 +- .../Given_IsDubbelVan_Vereniging_Bestaat_Niet.cs | 2 +- ...iven_IsDubbelVan_Vereniging_Is_Already_A_Dubbel.cs | 2 +- .../Given_IsDubbelVan_Vereniging_Is_Verwijderd.cs | 2 +- .../Given_VerenigingMetRechtspersoonlijkheid.cs | 2 +- .../Given_A_Dubbele_Vereniging.cs | 2 +- .../Given_A_Verwijderde_Vereniging.cs | 2 +- .../Given_An_Exception.cs | 2 +- ...thentiekeVerenigingIsNotMyAuthentiekeVereniging.cs | 2 +- .../Given_Vereniging_Is_Not_Dubbel.cs | 2 +- ...Weigering_Reeds_Verwerkt_Door_DubbeleVereniging.cs | 2 +- .../Framework/Customizations/CommandCustomizations.cs | 4 ++-- .../GrarClient/Fixtures/WithExactMatchFixture.cs | 1 + .../GrarClient/Fixtures/WithNoExactMatchFixture.cs | 1 + .../Fixtures/WithNoIdInMatchDestelbergenFixture.cs | 1 + .../Given_Grar_Returns_A_Null_BoxNumber.cs | 1 + .../Given_Grar_Returns_Bad_Request.cs | 1 + .../Given_Grar_Returns_No_Address_Components.cs | 1 + .../Given_Grar_Returns_No_Gemeente_Components.cs | 1 + .../Given_A_Single_Existing_Locatie.cs | 2 +- .../Given_Already_Ontkoppelde_Locatie.cs | 2 +- .../Given_Multiple_Existing_Locaties.cs | 2 +- .../Given_No_Existing_Locatie.cs | 2 +- .../Lidmaatschappen/EqualsTest.cs | 2 +- ...erlapping_Periode_For_Another_Andere_Vereniging.cs | 2 +- ...rlapping_Periode_For_The_Same_Andere_Vereniging.cs | 2 +- .../Given_First_Attempt_Failed.cs | 4 ++-- ...rlapping_Periode_For_The_Same_Andere_Vereniging.cs | 2 +- .../When_Creating_WijzigLidmaatschapCommand.cs | 2 +- .../Given_AndereVerwijstNaamEigenVereniging.cs | 2 +- ...erlapping_Periode_For_Another_Andere_Vereniging.cs | 2 +- ...rlapping_Periode_For_The_Same_Andere_Vereniging.cs | 2 +- ...rlapping_Periode_For_The_Same_Andere_Vereniging.cs | 2 +- .../WithPostnaam.cs | 1 + .../WithoutPostnaam.cs | 1 + ...ient_Returned_Same_Id_With_Different_Components.cs | 1 + ...en_AdresHeeftGeenVerschillenMetAdressenregister.cs | 1 + .../Given_GrarClient_Returned_Already_In_Locaties.cs | 1 + .../Given_GrarClient_Returned_BadRequest.cs | 1 + .../Given_GrarClient_Returned_InternalServerError.cs | 1 + .../Given_GrarClient_Returned_No_Matches.cs | 1 + .../Given_GrarClient_Returned_NotFound.cs | 1 + .../With_AddressIsNullFromGrar.cs | 3 ++- .../With_InactiveAddressFromGrar.cs | 3 ++- .../With_No_Changes_Then_No_Event.cs | 3 ++- .../With_NonExistingLocatie.cs | 3 ++- .../With_TeSyncroniseren_LocatieAdres.cs | 3 ++- .../Fixtures/DetailFixture.cs | 1 + ...Given_Multiple_Message_With_Same_IdempotenceKey.cs | 3 ++- .../With_DecoratingWithPostalInformation.cs | 3 ++- .../With_Multiple_TeHeradressren_Locaties.cs | 3 ++- .../With_NonExistingLocatie.cs | 3 ++- .../With_TeHeradressren_Locaties.cs | 3 ++- .../WithPostnaam.cs | 1 + 380 files changed, 455 insertions(+), 391 deletions(-) diff --git a/src/AssociationRegistry.Admin.AddressSync/Program.cs b/src/AssociationRegistry.Admin.AddressSync/Program.cs index a3089343b..a4dda9066 100644 --- a/src/AssociationRegistry.Admin.AddressSync/Program.cs +++ b/src/AssociationRegistry.Admin.AddressSync/Program.cs @@ -3,6 +3,7 @@ using Destructurama; using EventStore; using Grar; +using Grar.Clients; using Infrastructure.Extensions; using MessageHandling.Sqs.AddressSync; using Microsoft.Extensions.Configuration; diff --git a/src/AssociationRegistry.Admin.AddressSync/TeSynchroniserenLocatiesFetcher.cs b/src/AssociationRegistry.Admin.AddressSync/TeSynchroniserenLocatiesFetcher.cs index 01f867d00..ea605fb90 100644 --- a/src/AssociationRegistry.Admin.AddressSync/TeSynchroniserenLocatiesFetcher.cs +++ b/src/AssociationRegistry.Admin.AddressSync/TeSynchroniserenLocatiesFetcher.cs @@ -1,6 +1,7 @@ namespace AssociationRegistry.Admin.AddressSync; using Grar; +using Grar.Clients; using Grar.Exceptions; using Grar.Models; using Marten; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/VerwijderContactgegeven/VerwijderContactgegevenController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/VerwijderContactgegeven/VerwijderContactgegevenController.cs index 8441fe08a..f8df4ec4c 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/VerwijderContactgegeven/VerwijderContactgegevenController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/VerwijderContactgegeven/VerwijderContactgegevenController.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.VerwijderContactgegeven; -using Acties.Contactgegevens.VerwijderContactgegeven; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; using AssociationRegistry.Admin.Api.Infrastructure.Middleware; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; +using AssociationRegistry.DecentraalBeheer.Contactgegevens.VerwijderContactgegeven; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; using Be.Vlaanderen.Basisregisters.Api; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/VoegContactGegevenToe/RequestsModels/VoegContactgegevenToeRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/VoegContactGegevenToe/RequestsModels/VoegContactgegevenToeRequest.cs index 2c033311a..940162463 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/VoegContactGegevenToe/RequestsModels/VoegContactgegevenToeRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/VoegContactGegevenToe/RequestsModels/VoegContactgegevenToeRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.VoegContactGegevenToe.RequestsModels; -using Acties.Contactgegevens.VoegContactgegevenToe; +using AssociationRegistry.DecentraalBeheer.Contactgegevens.VoegContactgegevenToe; using AssociationRegistry.Vereniging; using Common; using System.Runtime.Serialization; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/VoegContactGegevenToe/VoegContactGegevenToeController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/VoegContactGegevenToe/VoegContactGegevenToeController.cs index 01a1abf32..6f0e9db74 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/VoegContactGegevenToe/VoegContactGegevenToeController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/VoegContactGegevenToe/VoegContactGegevenToeController.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.VoegContactGegevenToe; -using Acties.Contactgegevens.VoegContactgegevenToe; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; @@ -8,6 +7,7 @@ using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.Contactgegevens.VoegContactgegevenToe; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/WijzigContactgegeven/RequestModels/WijzigContactgegevenRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/WijzigContactgegeven/RequestModels/WijzigContactgegevenRequest.cs index 182a0c70c..3aa201b0b 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/WijzigContactgegeven/RequestModels/WijzigContactgegevenRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/WijzigContactgegeven/RequestModels/WijzigContactgegevenRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.WijzigContactgegeven.RequestModels; -using Acties.Contactgegevens.WijzigContactgegeven; +using AssociationRegistry.DecentraalBeheer.Contactgegevens.WijzigContactgegeven; using AssociationRegistry.Vereniging; using System.Runtime.Serialization; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/WijzigContactgegeven/WijzigContactgegevenController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/WijzigContactgegeven/WijzigContactgegevenController.cs index d497c6647..bb6f28689 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/WijzigContactgegeven/WijzigContactgegevenController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/FeitelijkeVereniging/WijzigContactgegeven/WijzigContactgegevenController.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.WijzigContactgegeven; -using Acties.Contactgegevens.WijzigContactgegeven; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; @@ -8,6 +7,7 @@ using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.Contactgegevens.WijzigContactgegeven; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; using Be.Vlaanderen.Basisregisters.Api; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/VerenigingMetRechtspersoonlijkheid/WijzigContactgegeven/RequestModels/WijzigContactgegevenRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/VerenigingMetRechtspersoonlijkheid/WijzigContactgegeven/RequestModels/WijzigContactgegevenRequest.cs index ecee03064..9e47c68fd 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/VerenigingMetRechtspersoonlijkheid/WijzigContactgegeven/RequestModels/WijzigContactgegevenRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/VerenigingMetRechtspersoonlijkheid/WijzigContactgegeven/RequestModels/WijzigContactgegevenRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.VerenigingMetRechtspersoonlijkheid.WijzigContactgegeven.RequestModels; -using Acties.Contactgegevens.WijzigContactgegevenFromKbo; +using AssociationRegistry.DecentraalBeheer.Contactgegevens.WijzigContactgegevenFromKbo; using AssociationRegistry.Vereniging; using System.Runtime.Serialization; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/VerenigingMetRechtspersoonlijkheid/WijzigContactgegeven/WijzigContactgegevenController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/VerenigingMetRechtspersoonlijkheid/WijzigContactgegeven/WijzigContactgegevenController.cs index 0bc1ba449..647fc1d08 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/VerenigingMetRechtspersoonlijkheid/WijzigContactgegeven/WijzigContactgegevenController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Contactgegevens/VerenigingMetRechtspersoonlijkheid/WijzigContactgegeven/WijzigContactgegevenController.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.VerenigingMetRechtspersoonlijkheid.WijzigContactgegeven; -using Acties.Contactgegevens.WijzigContactgegevenFromKbo; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; @@ -8,6 +7,7 @@ using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.Contactgegevens.WijzigContactgegevenFromKbo; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Dubbelbeheer/FeitelijkeVereniging/CorrigeerMarkeringDubbel/MarkeerAlsDubbelVanController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Dubbelbeheer/FeitelijkeVereniging/CorrigeerMarkeringDubbel/MarkeerAlsDubbelVanController.cs index 7442dd2c4..f9e7365aa 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Dubbelbeheer/FeitelijkeVereniging/CorrigeerMarkeringDubbel/MarkeerAlsDubbelVanController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Dubbelbeheer/FeitelijkeVereniging/CorrigeerMarkeringDubbel/MarkeerAlsDubbelVanController.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Dubbelbeheer.FeitelijkeVereniging.CorrigeerMarkeringDubbel; using Asp.Versioning; -using AssociationRegistry.Acties.Dubbelbeheer.CorrigeerMarkeringAlsDubbelVan; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; using AssociationRegistry.Admin.Api.Infrastructure.Middleware; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; +using AssociationRegistry.DecentraalBeheer.Dubbelbeheer.CorrigeerMarkeringAlsDubbelVan; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Dubbelbeheer/FeitelijkeVereniging/MarkeerAlsDubbelVan/MarkeerAlsDubbelVanController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Dubbelbeheer/FeitelijkeVereniging/MarkeerAlsDubbelVan/MarkeerAlsDubbelVanController.cs index cfe87dd13..8149f84e3 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Dubbelbeheer/FeitelijkeVereniging/MarkeerAlsDubbelVan/MarkeerAlsDubbelVanController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Dubbelbeheer/FeitelijkeVereniging/MarkeerAlsDubbelVan/MarkeerAlsDubbelVanController.cs @@ -1,13 +1,13 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Dubbelbeheer.FeitelijkeVereniging.MarkeerAlsDubbelVan; using Asp.Versioning; -using AssociationRegistry.Acties.Dubbelbeheer.MarkeerAlsDubbelVan; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; using AssociationRegistry.Admin.Api.Infrastructure.Middleware; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.Dubbelbeheer.MarkeerAlsDubbelVan; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Dubbelbeheer/FeitelijkeVereniging/MarkeerAlsDubbelVan/RequestModels/MarkeerAlsDubbelVanRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Dubbelbeheer/FeitelijkeVereniging/MarkeerAlsDubbelVan/RequestModels/MarkeerAlsDubbelVanRequest.cs index cfcaf7664..9e9fd6c54 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Dubbelbeheer/FeitelijkeVereniging/MarkeerAlsDubbelVan/RequestModels/MarkeerAlsDubbelVanRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Dubbelbeheer/FeitelijkeVereniging/MarkeerAlsDubbelVan/RequestModels/MarkeerAlsDubbelVanRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Dubbelbeheer.FeitelijkeVereniging.MarkeerAlsDubbelVan.RequestModels; -using AssociationRegistry.Acties.Dubbelbeheer.MarkeerAlsDubbelVan; +using AssociationRegistry.DecentraalBeheer.Dubbelbeheer.MarkeerAlsDubbelVan; using AssociationRegistry.Vereniging; using System.Runtime.Serialization; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/VerwijderLidmaatschap/VerwijderLidmaatschapController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/VerwijderLidmaatschap/VerwijderLidmaatschapController.cs index 986c58fb0..a0a20c3dd 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/VerwijderLidmaatschap/VerwijderLidmaatschapController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/VerwijderLidmaatschap/VerwijderLidmaatschapController.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Lidmaatschap.VerwijderLidmaatschap; -using Acties.Lidmaatschappen.VerwijderLidmaatschap; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; using AssociationRegistry.Admin.Api.Infrastructure.Middleware; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; +using AssociationRegistry.DecentraalBeheer.Lidmaatschappen.VerwijderLidmaatschap; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/VoegLidmaatschapToe/RequestModels/VoegLidmaatschapToeRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/VoegLidmaatschapToe/RequestModels/VoegLidmaatschapToeRequest.cs index dd061e759..b8bbfee62 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/VoegLidmaatschapToe/RequestModels/VoegLidmaatschapToeRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/VoegLidmaatschapToe/RequestModels/VoegLidmaatschapToeRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Lidmaatschap.VoegLidmaatschapToe.RequestModels; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; +using AssociationRegistry.DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; using AssociationRegistry.Vereniging; using System.Runtime.Serialization; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/VoegLidmaatschapToe/VoegLidmaatschapToeController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/VoegLidmaatschapToe/VoegLidmaatschapToeController.cs index 39e516db9..aa66bbba3 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/VoegLidmaatschapToe/VoegLidmaatschapToeController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/VoegLidmaatschapToe/VoegLidmaatschapToeController.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Lidmaatschap.VoegLidmaatschapToe; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; @@ -10,6 +9,7 @@ using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; using AssociationRegistry.Admin.Api.Infrastructure.Validation; using AssociationRegistry.Admin.Api.Queries; +using AssociationRegistry.DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/WijzigLidmaatschap/RequestModels/WijzigLidmaatschapRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/WijzigLidmaatschap/RequestModels/WijzigLidmaatschapRequest.cs index b7dc718f2..4596186b3 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/WijzigLidmaatschap/RequestModels/WijzigLidmaatschapRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/WijzigLidmaatschap/RequestModels/WijzigLidmaatschapRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Lidmaatschap.WijzigLidmaatschap.RequestModels; -using Acties.Lidmaatschappen.WijzigLidmaatschap; +using AssociationRegistry.DecentraalBeheer.Lidmaatschappen.WijzigLidmaatschap; using AssociationRegistry.Primitives; using AssociationRegistry.Vereniging; using System.Runtime.Serialization; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/WijzigLidmaatschap/WijzigLidmaatschapController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/WijzigLidmaatschap/WijzigLidmaatschapController.cs index a713851d4..0d530719d 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/WijzigLidmaatschap/WijzigLidmaatschapController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Lidmaatschap/WijzigLidmaatschap/WijzigLidmaatschapController.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Lidmaatschap.WijzigLidmaatschap; -using Acties.Lidmaatschappen.WijzigLidmaatschap; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; @@ -8,6 +7,7 @@ using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.Lidmaatschappen.WijzigLidmaatschap; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/VerwijderLocatie/VerwijderLocatieController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/VerwijderLocatie/VerwijderLocatieController.cs index 8b01a6a7b..e0725ceec 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/VerwijderLocatie/VerwijderLocatieController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/VerwijderLocatie/VerwijderLocatieController.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.VerwijderLocatie; -using Acties.Locaties.VerwijderLocatie; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; using AssociationRegistry.Admin.Api.Infrastructure.Middleware; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; +using AssociationRegistry.DecentraalBeheer.Locaties.VerwijderLocatie; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; using Be.Vlaanderen.Basisregisters.Api; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/VoegLocatieToe/RequestModels/VoegLocatieToeRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/VoegLocatieToe/RequestModels/VoegLocatieToeRequest.cs index 75eb640c3..cd049d047 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/VoegLocatieToe/RequestModels/VoegLocatieToeRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/VoegLocatieToe/RequestModels/VoegLocatieToeRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.VoegLocatieToe.RequestModels; -using Acties.Locaties.VoegLocatieToe; +using AssociationRegistry.DecentraalBeheer.Locaties.VoegLocatieToe; using AssociationRegistry.Vereniging; using Common; using Adres = Vereniging.Adres; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/VoegLocatieToe/VoegLocatieToeController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/VoegLocatieToe/VoegLocatieToeController.cs index 5a251a0d7..804e378d1 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/VoegLocatieToe/VoegLocatieToeController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/VoegLocatieToe/VoegLocatieToeController.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.VoegLocatieToe; -using Acties.Locaties.VoegLocatieToe; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; @@ -8,6 +7,7 @@ using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.Locaties.VoegLocatieToe; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/WijzigLocatie/RequestModels/TeWijzigenLocatie.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/WijzigLocatie/RequestModels/TeWijzigenLocatie.cs index 185521337..2eac779df 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/WijzigLocatie/RequestModels/TeWijzigenLocatie.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/WijzigLocatie/RequestModels/TeWijzigenLocatie.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.WijzigLocatie.RequestModels; -using Acties.Locaties.WijzigLocatie; +using AssociationRegistry.DecentraalBeheer.Locaties.WijzigLocatie; using AssociationRegistry.Vereniging; using System.ComponentModel.DataAnnotations; using System.Runtime.Serialization; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/WijzigLocatie/RequestModels/WijzigLocatieRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/WijzigLocatie/RequestModels/WijzigLocatieRequest.cs index bf1dbf844..3cc1cdd61 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/WijzigLocatie/RequestModels/WijzigLocatieRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/WijzigLocatie/RequestModels/WijzigLocatieRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.WijzigLocatie.RequestModels; -using Acties.Locaties.WijzigLocatie; +using AssociationRegistry.DecentraalBeheer.Locaties.WijzigLocatie; using AssociationRegistry.Vereniging; public class WijzigLocatieRequest diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/WijzigLocatie/WijzigLocatieController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/WijzigLocatie/WijzigLocatieController.cs index d530e7004..38cb26016 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/WijzigLocatie/WijzigLocatieController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/FeitelijkeVereniging/WijzigLocatie/WijzigLocatieController.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.WijzigLocatie; -using Acties.Locaties.WijzigLocatie; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; @@ -8,6 +7,7 @@ using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.Locaties.WijzigLocatie; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; using Be.Vlaanderen.Basisregisters.Api; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/VerenigingMetRechtspersoonlijkheid/WijzigMaatschappelijkeZetel/RequestModels/TeWijzigenMaatschappelijkeZetel.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/VerenigingMetRechtspersoonlijkheid/WijzigMaatschappelijkeZetel/RequestModels/TeWijzigenMaatschappelijkeZetel.cs index 5b613ffe8..9063af26a 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/VerenigingMetRechtspersoonlijkheid/WijzigMaatschappelijkeZetel/RequestModels/TeWijzigenMaatschappelijkeZetel.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/VerenigingMetRechtspersoonlijkheid/WijzigMaatschappelijkeZetel/RequestModels/TeWijzigenMaatschappelijkeZetel.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.VerenigingMetRechtspersoonlijkheid.WijzigMaatschappelijkeZetel.RequestModels; -using Acties.Locaties.WijzigMaatschappelijkeZetel; +using AssociationRegistry.DecentraalBeheer.Locaties.WijzigMaatschappelijkeZetel; using AssociationRegistry.Vereniging; using System.ComponentModel.DataAnnotations; using System.Runtime.Serialization; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/VerenigingMetRechtspersoonlijkheid/WijzigMaatschappelijkeZetel/RequestModels/WijzigMaatschappelijkeZetelRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/VerenigingMetRechtspersoonlijkheid/WijzigMaatschappelijkeZetel/RequestModels/WijzigMaatschappelijkeZetelRequest.cs index 667975930..bec17afc2 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/VerenigingMetRechtspersoonlijkheid/WijzigMaatschappelijkeZetel/RequestModels/WijzigMaatschappelijkeZetelRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/VerenigingMetRechtspersoonlijkheid/WijzigMaatschappelijkeZetel/RequestModels/WijzigMaatschappelijkeZetelRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.VerenigingMetRechtspersoonlijkheid.WijzigMaatschappelijkeZetel.RequestModels; -using Acties.Locaties.WijzigMaatschappelijkeZetel; +using AssociationRegistry.DecentraalBeheer.Locaties.WijzigMaatschappelijkeZetel; using AssociationRegistry.Vereniging; public class WijzigMaatschappelijkeZetelRequest diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/VerenigingMetRechtspersoonlijkheid/WijzigMaatschappelijkeZetel/WijzigMaatschappelijkeZetelController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/VerenigingMetRechtspersoonlijkheid/WijzigMaatschappelijkeZetel/WijzigMaatschappelijkeZetelController.cs index ef44e0a14..26061bbf2 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/VerenigingMetRechtspersoonlijkheid/WijzigMaatschappelijkeZetel/WijzigMaatschappelijkeZetelController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Locaties/VerenigingMetRechtspersoonlijkheid/WijzigMaatschappelijkeZetel/WijzigMaatschappelijkeZetelController.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.VerenigingMetRechtspersoonlijkheid.WijzigMaatschappelijkeZetel; -using Acties.Locaties.WijzigMaatschappelijkeZetel; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; @@ -8,6 +7,7 @@ using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.Locaties.WijzigMaatschappelijkeZetel; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/FeitelijkeVereniging/RegistreerFeitelijkeVerenigingController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/FeitelijkeVereniging/RegistreerFeitelijkeVerenigingController.cs index d0cf05da8..84c83bd85 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/FeitelijkeVereniging/RegistreerFeitelijkeVerenigingController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/FeitelijkeVereniging/RegistreerFeitelijkeVerenigingController.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Registreer.FeitelijkeVereniging; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; using AssociationRegistry.Admin.Api.Infrastructure.Middleware; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.DuplicateVerenigingDetection; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/FeitelijkeVereniging/RequetsModels/RegistreerFeitelijkeVerenigingRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/FeitelijkeVereniging/RequetsModels/RegistreerFeitelijkeVerenigingRequest.cs index d2ad41f4d..468c3304e 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/FeitelijkeVereniging/RequetsModels/RegistreerFeitelijkeVerenigingRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/FeitelijkeVereniging/RequetsModels/RegistreerFeitelijkeVerenigingRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Registreer.FeitelijkeVereniging.RequetsModels; -using Acties.Registratie.RegistreerFeitelijkeVereniging; +using AssociationRegistry.DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Vereniging; using Common; using System.ComponentModel.DataAnnotations; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/MetRechtspersoonlijkheid/RegistreerVerenigingUitKboController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/MetRechtspersoonlijkheid/RegistreerVerenigingUitKboController.cs index 7ff4af944..87f8dfce6 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/MetRechtspersoonlijkheid/RegistreerVerenigingUitKboController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/MetRechtspersoonlijkheid/RegistreerVerenigingUitKboController.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Registreer.MetRechtspersoonlijkheid; -using Acties.Registratie.RegistreerVerenigingUitKbo; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; using AssociationRegistry.Admin.Api.Infrastructure.Middleware; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.Registratie.RegistreerVerenigingUitKbo; using AssociationRegistry.DuplicateVerenigingDetection; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/MetRechtspersoonlijkheid/RequestModels/RegistreerVerenigingUitKboRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/MetRechtspersoonlijkheid/RequestModels/RegistreerVerenigingUitKboRequest.cs index ee9efca32..4526818f5 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/MetRechtspersoonlijkheid/RequestModels/RegistreerVerenigingUitKboRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Registreer/MetRechtspersoonlijkheid/RequestModels/RegistreerVerenigingUitKboRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Registreer.MetRechtspersoonlijkheid.RequestModels; -using Acties.Registratie.RegistreerVerenigingUitKbo; +using AssociationRegistry.DecentraalBeheer.Registratie.RegistreerVerenigingUitKbo; using System.ComponentModel.DataAnnotations; using System.Runtime.Serialization; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Stop/RequestModels/StopVerenigingRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Stop/RequestModels/StopVerenigingRequest.cs index dd81aa48c..9ff86bdba 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Stop/RequestModels/StopVerenigingRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Stop/RequestModels/StopVerenigingRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Stop.RequestModels; -using AssociationRegistry.Acties.StopVereniging; +using AssociationRegistry.DecentraalBeheer.StopVereniging; using AssociationRegistry.Vereniging; using System.ComponentModel.DataAnnotations; using System.Runtime.Serialization; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Stop/StopVerenigingController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Stop/StopVerenigingController.cs index 9a1485848..eec125743 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Stop/StopVerenigingController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Stop/StopVerenigingController.cs @@ -1,13 +1,13 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Stop; using Asp.Versioning; -using AssociationRegistry.Acties.StopVereniging; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; using AssociationRegistry.Admin.Api.Infrastructure.Middleware; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.StopVereniging; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/VerwijderVertegenwoordiger/VerwijderVertegenwoordigerController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/VerwijderVertegenwoordiger/VerwijderVertegenwoordigerController.cs index e958dae8c..04be0e75b 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/VerwijderVertegenwoordiger/VerwijderVertegenwoordigerController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/VerwijderVertegenwoordiger/VerwijderVertegenwoordigerController.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.VerwijderVertegenwoordiger; -using Acties.Vertegenwoordigers.VerwijderVertegenwoordiger; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; using AssociationRegistry.Admin.Api.Infrastructure.Middleware; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; +using AssociationRegistry.DecentraalBeheer.Vertegenwoordigers.VerwijderVertegenwoordiger; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; using Be.Vlaanderen.Basisregisters.Api; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/VoegVertegenwoordigerToe/RequestModels/VoegVertegenwoordigerToeRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/VoegVertegenwoordigerToe/RequestModels/VoegVertegenwoordigerToeRequest.cs index 9c290878c..8bdba86e8 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/VoegVertegenwoordigerToe/RequestModels/VoegVertegenwoordigerToeRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/VoegVertegenwoordigerToe/RequestModels/VoegVertegenwoordigerToeRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.VoegVertegenwoordigerToe.RequestModels; -using Acties.Vertegenwoordigers.VoegVertegenwoordigerToe; +using AssociationRegistry.DecentraalBeheer.Vertegenwoordigers.VoegVertegenwoordigerToe; using AssociationRegistry.Vereniging; using AssociationRegistry.Vereniging.Emails; using AssociationRegistry.Vereniging.SocialMedias; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/VoegVertegenwoordigerToe/VoegVertegenwoordigerToeController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/VoegVertegenwoordigerToe/VoegVertegenwoordigerToeController.cs index aa4238c50..bafc9bfdb 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/VoegVertegenwoordigerToe/VoegVertegenwoordigerToeController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/VoegVertegenwoordigerToe/VoegVertegenwoordigerToeController.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.VoegVertegenwoordigerToe; -using Acties.Vertegenwoordigers.VoegVertegenwoordigerToe; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; @@ -8,6 +7,7 @@ using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.Vertegenwoordigers.VoegVertegenwoordigerToe; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/WijzigVertegenwoordiger/RequestModels/WijzigVertegenwoordigerRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/WijzigVertegenwoordiger/RequestModels/WijzigVertegenwoordigerRequest.cs index 2bac84f61..92de22f81 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/WijzigVertegenwoordiger/RequestModels/WijzigVertegenwoordigerRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/WijzigVertegenwoordiger/RequestModels/WijzigVertegenwoordigerRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.WijzigVertegenwoordiger.RequestModels; -using Acties.Vertegenwoordigers.WijzigVertegenwoordiger; +using AssociationRegistry.DecentraalBeheer.Vertegenwoordigers.WijzigVertegenwoordiger; using AssociationRegistry.Vereniging; using AssociationRegistry.Vereniging.Emails; using AssociationRegistry.Vereniging.SocialMedias; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/WijzigVertegenwoordiger/WijzigVertegenwoordigerController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/WijzigVertegenwoordiger/WijzigVertegenwoordigerController.cs index b3859f226..bdcac671a 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/WijzigVertegenwoordiger/WijzigVertegenwoordigerController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Vertegenwoordigers/FeitelijkeVereniging/WijzigVertegenwoordiger/WijzigVertegenwoordigerController.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.WijzigVertegenwoordiger; -using Acties.Vertegenwoordigers.WijzigVertegenwoordiger; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; @@ -8,6 +7,7 @@ using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.Vertegenwoordigers.WijzigVertegenwoordiger; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; using Be.Vlaanderen.Basisregisters.Api; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Verwijder/VerwijderVerenigingController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Verwijder/VerwijderVerenigingController.cs index 9f1af9670..d17b38c2b 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Verwijder/VerwijderVerenigingController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/Verwijder/VerwijderVerenigingController.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Verwijder; using Asp.Versioning; -using AssociationRegistry.Acties.VerwijderVereniging; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; using AssociationRegistry.Admin.Api.Infrastructure.Middleware; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.VerwijderVereniging; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/FeitelijkeVereniging/RequestModels/WijzigBasisgegevensRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/FeitelijkeVereniging/RequestModels/WijzigBasisgegevensRequest.cs index 5775620cc..ef8e18ea0 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/FeitelijkeVereniging/RequestModels/WijzigBasisgegevensRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/FeitelijkeVereniging/RequestModels/WijzigBasisgegevensRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.WijzigBasisgegevens.FeitelijkeVereniging.RequestModels; -using Acties.Basisgegevens.FeitelijkeVereniging; +using AssociationRegistry.DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Primitives; using AssociationRegistry.Vereniging; using Common; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/FeitelijkeVereniging/WijzigBasisgegevensController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/FeitelijkeVereniging/WijzigBasisgegevensController.cs index a6ac8ce8d..026a22667 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/FeitelijkeVereniging/WijzigBasisgegevensController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/FeitelijkeVereniging/WijzigBasisgegevensController.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.WijzigBasisgegevens.FeitelijkeVereniging; -using Acties.Basisgegevens.FeitelijkeVereniging; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; @@ -8,6 +7,7 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.WijzigBasi using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/MetRechtspersoonlijkheid/RequestModels/WijzigBasisgegevensRequest.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/MetRechtspersoonlijkheid/RequestModels/WijzigBasisgegevensRequest.cs index 4406f9d92..02be351e5 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/MetRechtspersoonlijkheid/RequestModels/WijzigBasisgegevensRequest.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/MetRechtspersoonlijkheid/RequestModels/WijzigBasisgegevensRequest.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.WijzigBasisgegevens.MetRechtspersoonlijkheid.RequestModels; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; +using AssociationRegistry.DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Vereniging; using Common; using System.Runtime.Serialization; diff --git a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/MetRechtspersoonlijkheid/WijzigBasisgegevensController.cs b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/MetRechtspersoonlijkheid/WijzigBasisgegevensController.cs index 8df5c4e23..68a16e4f1 100644 --- a/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/MetRechtspersoonlijkheid/WijzigBasisgegevensController.cs +++ b/src/AssociationRegistry.Admin.Api/DecentraalBeheer/Verenigingen/WijzigBasisgegevens/MetRechtspersoonlijkheid/WijzigBasisgegevensController.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.WijzigBasisgegevens.MetRechtspersoonlijkheid; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using Asp.Versioning; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Admin.Api.Infrastructure.Extensions; @@ -8,6 +7,7 @@ namespace AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.WijzigBasi using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Annotations; using AssociationRegistry.Admin.Api.Infrastructure.Swagger.Examples; using AssociationRegistry.Admin.Api.Infrastructure.Validation; +using AssociationRegistry.DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AssociationRegistry.Hosts.Configuration.ConfigurationBindings; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry.Admin.Api/Infrastructure/AWS/SqsClientWrapper.cs b/src/AssociationRegistry.Admin.Api/Infrastructure/AWS/SqsClientWrapper.cs index b0ba9a738..29677aee3 100644 --- a/src/AssociationRegistry.Admin.Api/Infrastructure/AWS/SqsClientWrapper.cs +++ b/src/AssociationRegistry.Admin.Api/Infrastructure/AWS/SqsClientWrapper.cs @@ -1,7 +1,7 @@ namespace AssociationRegistry.Admin.Api.Infrastructure.AWS; -using Acties.GrarConsumer.HeradresseerLocaties; using Framework; +using Grar.GrarConsumer.Messaging.HeradresseerLocaties; using Grar.GrarUpdates.Fusies.TeHeradresserenLocaties; using Hosts.Configuration; using Hosts.Configuration.ConfigurationBindings; diff --git a/src/AssociationRegistry.Admin.Api/Infrastructure/Extensions/WolverineExtensions.cs b/src/AssociationRegistry.Admin.Api/Infrastructure/Extensions/WolverineExtensions.cs index e8a526aa6..c9c0a3b5e 100644 --- a/src/AssociationRegistry.Admin.Api/Infrastructure/Extensions/WolverineExtensions.cs +++ b/src/AssociationRegistry.Admin.Api/Infrastructure/Extensions/WolverineExtensions.cs @@ -1,8 +1,8 @@ namespace AssociationRegistry.Admin.Api.Infrastructure.Extensions; -using Acties.GrarConsumer; using Amazon.Runtime; using EventStore; +using Grar.GrarConsumer.Messaging; using Hosts.Configuration; using JasperFx.CodeGeneration; using MessageHandling.Postgres.Dubbels; diff --git a/src/AssociationRegistry.Admin.Api/Program.cs b/src/AssociationRegistry.Admin.Api/Program.cs index a512eb53c..c71f096c8 100755 --- a/src/AssociationRegistry.Admin.Api/Program.cs +++ b/src/AssociationRegistry.Admin.Api/Program.cs @@ -23,6 +23,7 @@ namespace AssociationRegistry.Admin.Api; using Formats; using Framework; using Grar; +using Grar.Clients; using Grar.GrarUpdates; using Grar.GrarUpdates.Fusies; using Grar.GrarUpdates.Fusies.TeHeradresserenLocaties; diff --git a/src/AssociationRegistry.Admin.ProjectionHost/Projections/Locaties/LocatieZonderAdresMatchProjection.cs b/src/AssociationRegistry.Admin.ProjectionHost/Projections/Locaties/LocatieZonderAdresMatchProjection.cs index 9106505f2..ce983867a 100644 --- a/src/AssociationRegistry.Admin.ProjectionHost/Projections/Locaties/LocatieZonderAdresMatchProjection.cs +++ b/src/AssociationRegistry.Admin.ProjectionHost/Projections/Locaties/LocatieZonderAdresMatchProjection.cs @@ -2,6 +2,7 @@ using Events; using Grar; +using Grar.Clients; using Marten; using Marten.Events; using Marten.Events.Aggregation; diff --git a/src/AssociationRegistry/DecentraalBeheer/Administratie/ProbeerAdresTeMatchen/ProbeerAdresTeMatchenCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Administratie/ProbeerAdresTeMatchen/ProbeerAdresTeMatchenCommand.cs index 6792397ba..68a260621 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Administratie/ProbeerAdresTeMatchen/ProbeerAdresTeMatchenCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Administratie/ProbeerAdresTeMatchen/ProbeerAdresTeMatchenCommand.cs @@ -1,3 +1,3 @@ -namespace AssociationRegistry.Acties.Administratie.ProbeerAdresTeMatchen; +namespace AssociationRegistry.DecentraalBeheer.Administratie.ProbeerAdresTeMatchen; public record ProbeerAdresTeMatchenCommand(string VCode, int LocatieId); diff --git a/src/AssociationRegistry/DecentraalBeheer/Administratie/ProbeerAdresTeMatchen/ProbeerAdresTeMatchenCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Administratie/ProbeerAdresTeMatchen/ProbeerAdresTeMatchenCommandHandler.cs index 8dedd810e..a43756918 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Administratie/ProbeerAdresTeMatchen/ProbeerAdresTeMatchenCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Administratie/ProbeerAdresTeMatchen/ProbeerAdresTeMatchenCommandHandler.cs @@ -1,10 +1,10 @@ -namespace AssociationRegistry.Acties.Administratie.ProbeerAdresTeMatchen; +namespace AssociationRegistry.DecentraalBeheer.Administratie.ProbeerAdresTeMatchen; using AssociationRegistry.EventStore; using AssociationRegistry.Framework; -using AssociationRegistry.Grar; using AssociationRegistry.Vereniging; using AssociationRegistry.Vereniging.Exceptions; +using Grar.Clients; using Microsoft.Extensions.Logging; using NodaTime; diff --git a/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/FeitelijkeVereniging/WijzigBasisgegevensCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/FeitelijkeVereniging/WijzigBasisgegevensCommand.cs index 5aa995117..7e3302b12 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/FeitelijkeVereniging/WijzigBasisgegevensCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/FeitelijkeVereniging/WijzigBasisgegevensCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Basisgegevens.FeitelijkeVereniging; +namespace AssociationRegistry.DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Primitives; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/FeitelijkeVereniging/WijzigBasisgegevensCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/FeitelijkeVereniging/WijzigBasisgegevensCommandHandler.cs index 6d1b670f6..0f72616ff 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/FeitelijkeVereniging/WijzigBasisgegevensCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/FeitelijkeVereniging/WijzigBasisgegevensCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Basisgegevens.FeitelijkeVereniging; +namespace AssociationRegistry.DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AssociationRegistry.Primitives; diff --git a/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/VerenigingMetRechtspersoonlijkheid/WijzigBasisgegevensCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/VerenigingMetRechtspersoonlijkheid/WijzigBasisgegevensCommand.cs index ad1a47414..a18f04753 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/VerenigingMetRechtspersoonlijkheid/WijzigBasisgegevensCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/VerenigingMetRechtspersoonlijkheid/WijzigBasisgegevensCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; +namespace AssociationRegistry.DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/VerenigingMetRechtspersoonlijkheid/WijzigBasisgegevensCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/VerenigingMetRechtspersoonlijkheid/WijzigBasisgegevensCommandHandler.cs index 31640b2d1..313abe9ec 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/VerenigingMetRechtspersoonlijkheid/WijzigBasisgegevensCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Basisgegevens/VerenigingMetRechtspersoonlijkheid/WijzigBasisgegevensCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; +namespace AssociationRegistry.DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VerwijderContactgegeven/VerwijderContactgegevenCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VerwijderContactgegeven/VerwijderContactgegevenCommand.cs index ab5f8c634..6a4c3d967 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VerwijderContactgegeven/VerwijderContactgegevenCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VerwijderContactgegeven/VerwijderContactgegevenCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Contactgegevens.VerwijderContactgegeven; +namespace AssociationRegistry.DecentraalBeheer.Contactgegevens.VerwijderContactgegeven; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VerwijderContactgegeven/VerwijderContactgegevenCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VerwijderContactgegeven/VerwijderContactgegevenCommandHandler.cs index ace60a578..0d4fff802 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VerwijderContactgegeven/VerwijderContactgegevenCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VerwijderContactgegeven/VerwijderContactgegevenCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Contactgegevens.VerwijderContactgegeven; +namespace AssociationRegistry.DecentraalBeheer.Contactgegevens.VerwijderContactgegeven; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VoegContactgegevenToe/VoegContactgegevenToeCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VoegContactgegevenToe/VoegContactgegevenToeCommand.cs index ae7511e5d..796b49e04 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VoegContactgegevenToe/VoegContactgegevenToeCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VoegContactgegevenToe/VoegContactgegevenToeCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Contactgegevens.VoegContactgegevenToe; +namespace AssociationRegistry.DecentraalBeheer.Contactgegevens.VoegContactgegevenToe; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VoegContactgegevenToe/VoegContactgegevenToeCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VoegContactgegevenToe/VoegContactgegevenToeCommandHandler.cs index db9e6933e..ab17646e9 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VoegContactgegevenToe/VoegContactgegevenToeCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/VoegContactgegevenToe/VoegContactgegevenToeCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Contactgegevens.VoegContactgegevenToe; +namespace AssociationRegistry.DecentraalBeheer.Contactgegevens.VoegContactgegevenToe; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegeven/WijzigContactgegevenCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegeven/WijzigContactgegevenCommand.cs index 40529611d..1cc5f60f5 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegeven/WijzigContactgegevenCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegeven/WijzigContactgegevenCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Contactgegevens.WijzigContactgegeven; +namespace AssociationRegistry.DecentraalBeheer.Contactgegevens.WijzigContactgegeven; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegeven/WijzigContactgegevensCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegeven/WijzigContactgegevensCommandHandler.cs index 621327ab2..1f38e48ec 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegeven/WijzigContactgegevensCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegeven/WijzigContactgegevensCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Contactgegevens.WijzigContactgegeven; +namespace AssociationRegistry.DecentraalBeheer.Contactgegevens.WijzigContactgegeven; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegevenFromKbo/WijzigContactgegevenFromKboCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegevenFromKbo/WijzigContactgegevenFromKboCommand.cs index 3028f249b..a2da97f3d 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegevenFromKbo/WijzigContactgegevenFromKboCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegevenFromKbo/WijzigContactgegevenFromKboCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Contactgegevens.WijzigContactgegevenFromKbo; +namespace AssociationRegistry.DecentraalBeheer.Contactgegevens.WijzigContactgegevenFromKbo; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegevenFromKbo/WijzigContactgegevenFromKbosCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegevenFromKbo/WijzigContactgegevenFromKbosCommandHandler.cs index 4ae5939dc..4749c91b3 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegevenFromKbo/WijzigContactgegevenFromKbosCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Contactgegevens/WijzigContactgegevenFromKbo/WijzigContactgegevenFromKbosCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Contactgegevens.WijzigContactgegevenFromKbo; +namespace AssociationRegistry.DecentraalBeheer.Contactgegevens.WijzigContactgegevenFromKbo; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardCorrectieDubbel/AanvaardCorrectieDubbeleVerenigingCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardCorrectieDubbel/AanvaardCorrectieDubbeleVerenigingCommand.cs index 0e7d56b7b..958c4e059 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardCorrectieDubbel/AanvaardCorrectieDubbeleVerenigingCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardCorrectieDubbel/AanvaardCorrectieDubbeleVerenigingCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Dubbelbeheer.AanvaardCorrectieDubbel; +namespace AssociationRegistry.DecentraalBeheer.Dubbelbeheer.AanvaardCorrectieDubbel; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardCorrectieDubbel/AanvaardCorrectieDubbeleVerenigingCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardCorrectieDubbel/AanvaardCorrectieDubbeleVerenigingCommandHandler.cs index cb0cddfd2..83ba26663 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardCorrectieDubbel/AanvaardCorrectieDubbeleVerenigingCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardCorrectieDubbel/AanvaardCorrectieDubbeleVerenigingCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Dubbelbeheer.AanvaardCorrectieDubbel; +namespace AssociationRegistry.DecentraalBeheer.Dubbelbeheer.AanvaardCorrectieDubbel; using AssociationRegistry.EventStore; using AssociationRegistry.Framework; diff --git a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardDubbel/AanvaardDubbeleVerenigingCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardDubbel/AanvaardDubbeleVerenigingCommand.cs index 55eb4cffb..716b2f209 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardDubbel/AanvaardDubbeleVerenigingCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardDubbel/AanvaardDubbeleVerenigingCommand.cs @@ -1,5 +1,5 @@ -namespace AssociationRegistry.Acties.Dubbelbeheer.AanvaardDubbel; +namespace AssociationRegistry.DecentraalBeheer.Dubbelbeheer.AanvaardDubbel; -using Vereniging; +using AssociationRegistry.Vereniging; public record AanvaardDubbeleVerenigingCommand(VCode VCode, VCode VCodeDubbeleVereniging); diff --git a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardDubbel/AanvaardDubbeleVerenigingCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardDubbel/AanvaardDubbeleVerenigingCommandHandler.cs index 900aba27b..2b2990e73 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardDubbel/AanvaardDubbeleVerenigingCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/AanvaardDubbel/AanvaardDubbeleVerenigingCommandHandler.cs @@ -1,11 +1,10 @@ -namespace AssociationRegistry.Acties.Dubbelbeheer.AanvaardDubbel; +namespace AssociationRegistry.DecentraalBeheer.Dubbelbeheer.AanvaardDubbel; -using EventStore; -using Framework; -using Messages; -using Vereniging; +using AssociationRegistry.EventStore; +using AssociationRegistry.Framework; +using AssociationRegistry.Messages; +using AssociationRegistry.Vereniging; using NodaTime; -using Vereniging.Exceptions; using Wolverine; public class AanvaardDubbeleVerenigingCommandHandler( diff --git a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/CorrigeerMarkeringAlsDubbelVan/CorrigeerMarkeringAlsDubbelVanCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/CorrigeerMarkeringAlsDubbelVan/CorrigeerMarkeringAlsDubbelVanCommand.cs index 918bf5bc5..e4371babe 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/CorrigeerMarkeringAlsDubbelVan/CorrigeerMarkeringAlsDubbelVanCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/CorrigeerMarkeringAlsDubbelVan/CorrigeerMarkeringAlsDubbelVanCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Dubbelbeheer.CorrigeerMarkeringAlsDubbelVan; +namespace AssociationRegistry.DecentraalBeheer.Dubbelbeheer.CorrigeerMarkeringAlsDubbelVan; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/CorrigeerMarkeringAlsDubbelVan/CorrigeerMarkeringAlsDubbelVanCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/CorrigeerMarkeringAlsDubbelVan/CorrigeerMarkeringAlsDubbelVanCommandHandler.cs index aa8c669ae..adf6082ae 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/CorrigeerMarkeringAlsDubbelVan/CorrigeerMarkeringAlsDubbelVanCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/CorrigeerMarkeringAlsDubbelVan/CorrigeerMarkeringAlsDubbelVanCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Dubbelbeheer.CorrigeerMarkeringAlsDubbelVan; +namespace AssociationRegistry.DecentraalBeheer.Dubbelbeheer.CorrigeerMarkeringAlsDubbelVan; using AssociationRegistry.Framework; using AssociationRegistry.Messages; diff --git a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/MarkeerAlsDubbelVan/MarkeerAlsDubbelVanCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/MarkeerAlsDubbelVan/MarkeerAlsDubbelVanCommand.cs index b105eee12..1b56e9565 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/MarkeerAlsDubbelVan/MarkeerAlsDubbelVanCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/MarkeerAlsDubbelVan/MarkeerAlsDubbelVanCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Dubbelbeheer.MarkeerAlsDubbelVan; +namespace AssociationRegistry.DecentraalBeheer.Dubbelbeheer.MarkeerAlsDubbelVan; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/MarkeerAlsDubbelVan/MarkeerAlsDubbelVanCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/MarkeerAlsDubbelVan/MarkeerAlsDubbelVanCommandHandler.cs index af1b9762d..90148aba1 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/MarkeerAlsDubbelVan/MarkeerAlsDubbelVanCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/MarkeerAlsDubbelVan/MarkeerAlsDubbelVanCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Dubbelbeheer.MarkeerAlsDubbelVan; +namespace AssociationRegistry.DecentraalBeheer.Dubbelbeheer.MarkeerAlsDubbelVan; using AssociationRegistry.Framework; using AssociationRegistry.Messages; diff --git a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/VerwerkWeigeringDubbelDoorAuthentiekeVereniging/VerwerkWeigeringDubbelDoorAuthentiekeVerenigingCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/VerwerkWeigeringDubbelDoorAuthentiekeVereniging/VerwerkWeigeringDubbelDoorAuthentiekeVerenigingCommand.cs index 14d171876..1e8ed972d 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/VerwerkWeigeringDubbelDoorAuthentiekeVereniging/VerwerkWeigeringDubbelDoorAuthentiekeVerenigingCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/VerwerkWeigeringDubbelDoorAuthentiekeVereniging/VerwerkWeigeringDubbelDoorAuthentiekeVerenigingCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; +namespace AssociationRegistry.DecentraalBeheer.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/VerwerkWeigeringDubbelDoorAuthentiekeVereniging/VerwerkWeigeringDubbelDoorAuthentiekeVerenigingCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/VerwerkWeigeringDubbelDoorAuthentiekeVereniging/VerwerkWeigeringDubbelDoorAuthentiekeVerenigingCommandHandler.cs index 658a4b593..f84110791 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/VerwerkWeigeringDubbelDoorAuthentiekeVereniging/VerwerkWeigeringDubbelDoorAuthentiekeVerenigingCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Dubbelbeheer/VerwerkWeigeringDubbelDoorAuthentiekeVereniging/VerwerkWeigeringDubbelDoorAuthentiekeVerenigingCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; +namespace AssociationRegistry.DecentraalBeheer.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; using AssociationRegistry.EventStore; using AssociationRegistry.Framework; diff --git a/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VerwijderLidmaatschap/VerwijderLidmaatschapCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VerwijderLidmaatschap/VerwijderLidmaatschapCommand.cs index 38d6dc61c..da2fa61e3 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VerwijderLidmaatschap/VerwijderLidmaatschapCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VerwijderLidmaatschap/VerwijderLidmaatschapCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Lidmaatschappen.VerwijderLidmaatschap; +namespace AssociationRegistry.DecentraalBeheer.Lidmaatschappen.VerwijderLidmaatschap; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VerwijderLidmaatschap/VerwijderLidmaatschapCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VerwijderLidmaatschap/VerwijderLidmaatschapCommandHandler.cs index 751cf50f0..cbace6966 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VerwijderLidmaatschap/VerwijderLidmaatschapCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VerwijderLidmaatschap/VerwijderLidmaatschapCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Lidmaatschappen.VerwijderLidmaatschap; +namespace AssociationRegistry.DecentraalBeheer.Lidmaatschappen.VerwijderLidmaatschap; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VoegLidmaatschapToe/VoegLidmaatschapToeCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VoegLidmaatschapToe/VoegLidmaatschapToeCommand.cs index 4570e77cf..c70938a3d 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VoegLidmaatschapToe/VoegLidmaatschapToeCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VoegLidmaatschapToe/VoegLidmaatschapToeCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Lidmaatschappen.VoegLidmaatschapToe; +namespace AssociationRegistry.DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VoegLidmaatschapToe/VoegLidmaatschapToeCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VoegLidmaatschapToe/VoegLidmaatschapToeCommandHandler.cs index d81bfe8ea..52179977b 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VoegLidmaatschapToe/VoegLidmaatschapToeCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/VoegLidmaatschapToe/VoegLidmaatschapToeCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Lidmaatschappen.VoegLidmaatschapToe; +namespace AssociationRegistry.DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/WijzigLidmaatschap/WijzigLidmaatschapCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/WijzigLidmaatschap/WijzigLidmaatschapCommand.cs index 572ef4e4a..422f2736b 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/WijzigLidmaatschap/WijzigLidmaatschapCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/WijzigLidmaatschap/WijzigLidmaatschapCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Lidmaatschappen.WijzigLidmaatschap; +namespace AssociationRegistry.DecentraalBeheer.Lidmaatschappen.WijzigLidmaatschap; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/WijzigLidmaatschap/WijzigLidmaatschapCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/WijzigLidmaatschap/WijzigLidmaatschapCommandHandler.cs index c3e68fab8..681ac9ed0 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/WijzigLidmaatschap/WijzigLidmaatschapCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Lidmaatschappen/WijzigLidmaatschap/WijzigLidmaatschapCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Lidmaatschappen.WijzigLidmaatschap; +namespace AssociationRegistry.DecentraalBeheer.Lidmaatschappen.WijzigLidmaatschap; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Locaties/VerwijderLocatie/VerwijderLocatieCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Locaties/VerwijderLocatie/VerwijderLocatieCommand.cs index 76751e758..9198de931 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Locaties/VerwijderLocatie/VerwijderLocatieCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Locaties/VerwijderLocatie/VerwijderLocatieCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Locaties.VerwijderLocatie; +namespace AssociationRegistry.DecentraalBeheer.Locaties.VerwijderLocatie; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Locaties/VerwijderLocatie/VerwijderLocatieCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Locaties/VerwijderLocatie/VerwijderLocatieCommandHandler.cs index 47705fa7a..9c876f6db 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Locaties/VerwijderLocatie/VerwijderLocatieCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Locaties/VerwijderLocatie/VerwijderLocatieCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Locaties.VerwijderLocatie; +namespace AssociationRegistry.DecentraalBeheer.Locaties.VerwijderLocatie; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Locaties/VoegLocatieToe/VoegLocatieToeCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Locaties/VoegLocatieToe/VoegLocatieToeCommand.cs index b5703ab2e..6b41fec28 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Locaties/VoegLocatieToe/VoegLocatieToeCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Locaties/VoegLocatieToe/VoegLocatieToeCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Locaties.VoegLocatieToe; +namespace AssociationRegistry.DecentraalBeheer.Locaties.VoegLocatieToe; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Locaties/VoegLocatieToe/VoegLocatieToeCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Locaties/VoegLocatieToe/VoegLocatieToeCommandHandler.cs index 6f993b80b..ad863f105 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Locaties/VoegLocatieToe/VoegLocatieToeCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Locaties/VoegLocatieToe/VoegLocatieToeCommandHandler.cs @@ -1,10 +1,10 @@ -namespace AssociationRegistry.Acties.Locaties.VoegLocatieToe; +namespace AssociationRegistry.DecentraalBeheer.Locaties.VoegLocatieToe; -using AssociationRegistry.Events; using AssociationRegistry.Framework; -using AssociationRegistry.Grar; using AssociationRegistry.Messages; using AssociationRegistry.Vereniging; +using Events; +using Grar.Clients; using Marten; using Wolverine.Marten; diff --git a/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigLocatie/WijzigLocatieCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigLocatie/WijzigLocatieCommand.cs index 8240a0ff5..0bbbf0886 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigLocatie/WijzigLocatieCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigLocatie/WijzigLocatieCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Locaties.WijzigLocatie; +namespace AssociationRegistry.DecentraalBeheer.Locaties.WijzigLocatie; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigLocatie/WijzigLocatieCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigLocatie/WijzigLocatieCommandHandler.cs index d4d99bb3b..a2c1b9700 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigLocatie/WijzigLocatieCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigLocatie/WijzigLocatieCommandHandler.cs @@ -1,9 +1,9 @@ -namespace AssociationRegistry.Acties.Locaties.WijzigLocatie; +namespace AssociationRegistry.DecentraalBeheer.Locaties.WijzigLocatie; using AssociationRegistry.Framework; -using AssociationRegistry.Grar; using AssociationRegistry.Messages; using AssociationRegistry.Vereniging; +using Grar.Clients; using Marten; using Wolverine.Marten; diff --git a/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigMaatschappelijkeZetel/WijzigMaatschappelijkeZetelCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigMaatschappelijkeZetel/WijzigMaatschappelijkeZetelCommand.cs index 14e37a4c7..6f3075b0b 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigMaatschappelijkeZetel/WijzigMaatschappelijkeZetelCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigMaatschappelijkeZetel/WijzigMaatschappelijkeZetelCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Locaties.WijzigMaatschappelijkeZetel; +namespace AssociationRegistry.DecentraalBeheer.Locaties.WijzigMaatschappelijkeZetel; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigMaatschappelijkeZetel/WijzigMaatschappelijkeZetelCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigMaatschappelijkeZetel/WijzigMaatschappelijkeZetelCommandHandler.cs index f3cf5bd11..76a5f25b9 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigMaatschappelijkeZetel/WijzigMaatschappelijkeZetelCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Locaties/WijzigMaatschappelijkeZetel/WijzigMaatschappelijkeZetelCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Locaties.WijzigMaatschappelijkeZetel; +namespace AssociationRegistry.DecentraalBeheer.Locaties.WijzigMaatschappelijkeZetel; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerFeitelijkeVereniging/RegistreerFeitelijkeVerenigingCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerFeitelijkeVereniging/RegistreerFeitelijkeVerenigingCommand.cs index 15881beac..8f873561c 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerFeitelijkeVereniging/RegistreerFeitelijkeVerenigingCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerFeitelijkeVereniging/RegistreerFeitelijkeVerenigingCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Registratie.RegistreerFeitelijkeVereniging; +namespace AssociationRegistry.DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerFeitelijkeVereniging/RegistreerFeitelijkeVerenigingCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerFeitelijkeVereniging/RegistreerFeitelijkeVerenigingCommandHandler.cs index 26055125b..1b42bf2ed 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerFeitelijkeVereniging/RegistreerFeitelijkeVerenigingCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerFeitelijkeVereniging/RegistreerFeitelijkeVerenigingCommandHandler.cs @@ -1,11 +1,11 @@ -namespace AssociationRegistry.Acties.Registratie.RegistreerFeitelijkeVereniging; +namespace AssociationRegistry.DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.DuplicateVerenigingDetection; -using AssociationRegistry.Events; using AssociationRegistry.Framework; -using AssociationRegistry.Grar; using AssociationRegistry.Messages; using AssociationRegistry.Vereniging; +using Events; +using Grar.Clients; using Marten; using Microsoft.Extensions.Logging; using ResultNet; diff --git a/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerVerenigingUitKbo/RegistreerVerenigingUitKboCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerVerenigingUitKbo/RegistreerVerenigingUitKboCommand.cs index bef20075a..fd3ccf431 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerVerenigingUitKbo/RegistreerVerenigingUitKboCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerVerenigingUitKbo/RegistreerVerenigingUitKboCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Registratie.RegistreerVerenigingUitKbo; +namespace AssociationRegistry.DecentraalBeheer.Registratie.RegistreerVerenigingUitKbo; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerVerenigingUitKbo/RegistreerVerenigingUitKboCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerVerenigingUitKbo/RegistreerVerenigingUitKboCommandHandler.cs index 665c1db70..1c2668d8c 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerVerenigingUitKbo/RegistreerVerenigingUitKboCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Registratie/RegistreerVerenigingUitKbo/RegistreerVerenigingUitKboCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Registratie.RegistreerVerenigingUitKbo; +namespace AssociationRegistry.DecentraalBeheer.Registratie.RegistreerVerenigingUitKbo; using AssociationRegistry.DuplicateVerenigingDetection; using AssociationRegistry.Framework; diff --git a/src/AssociationRegistry/DecentraalBeheer/StopVereniging/StopVerenigingCommand.cs b/src/AssociationRegistry/DecentraalBeheer/StopVereniging/StopVerenigingCommand.cs index bd90cd333..87005f672 100644 --- a/src/AssociationRegistry/DecentraalBeheer/StopVereniging/StopVerenigingCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/StopVereniging/StopVerenigingCommand.cs @@ -1,5 +1,5 @@ -namespace AssociationRegistry.Acties.StopVereniging; +namespace AssociationRegistry.DecentraalBeheer.StopVereniging; -using Vereniging; +using AssociationRegistry.Vereniging; public record StopVerenigingCommand(VCode VCode, Datum Einddatum); diff --git a/src/AssociationRegistry/DecentraalBeheer/StopVereniging/StopVerenigingCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/StopVereniging/StopVerenigingCommandHandler.cs index 49d6e1f53..846c1397d 100644 --- a/src/AssociationRegistry/DecentraalBeheer/StopVereniging/StopVerenigingCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/StopVereniging/StopVerenigingCommandHandler.cs @@ -1,8 +1,8 @@ -namespace AssociationRegistry.Acties.StopVereniging; +namespace AssociationRegistry.DecentraalBeheer.StopVereniging; -using Framework; -using Vereniging; -using Vereniging.Exceptions; +using AssociationRegistry.Framework; +using AssociationRegistry.Vereniging; +using AssociationRegistry.Vereniging.Exceptions; public class StopVerenigingCommandHandler { diff --git a/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VerwijderVertegenwoordiger/VerwijderVertegenwoordigerCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VerwijderVertegenwoordiger/VerwijderVertegenwoordigerCommand.cs index 31ee85931..a270bdf8f 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VerwijderVertegenwoordiger/VerwijderVertegenwoordigerCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VerwijderVertegenwoordiger/VerwijderVertegenwoordigerCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Vertegenwoordigers.VerwijderVertegenwoordiger; +namespace AssociationRegistry.DecentraalBeheer.Vertegenwoordigers.VerwijderVertegenwoordiger; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VerwijderVertegenwoordiger/VerwijderVertegenwoordigerCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VerwijderVertegenwoordiger/VerwijderVertegenwoordigerCommandHandler.cs index 0d628d22b..af561d30d 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VerwijderVertegenwoordiger/VerwijderVertegenwoordigerCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VerwijderVertegenwoordiger/VerwijderVertegenwoordigerCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Vertegenwoordigers.VerwijderVertegenwoordiger; +namespace AssociationRegistry.DecentraalBeheer.Vertegenwoordigers.VerwijderVertegenwoordiger; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VoegVertegenwoordigerToe/VoegVertegenwoordigerToeCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VoegVertegenwoordigerToe/VoegVertegenwoordigerToeCommand.cs index 9a1eb5ccd..8ca27447f 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VoegVertegenwoordigerToe/VoegVertegenwoordigerToeCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VoegVertegenwoordigerToe/VoegVertegenwoordigerToeCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Vertegenwoordigers.VoegVertegenwoordigerToe; +namespace AssociationRegistry.DecentraalBeheer.Vertegenwoordigers.VoegVertegenwoordigerToe; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VoegVertegenwoordigerToe/VoegVertegenwoordigerToeCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VoegVertegenwoordigerToe/VoegVertegenwoordigerToeCommandHandler.cs index 25a01ba38..b87803d37 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VoegVertegenwoordigerToe/VoegVertegenwoordigerToeCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/VoegVertegenwoordigerToe/VoegVertegenwoordigerToeCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Vertegenwoordigers.VoegVertegenwoordigerToe; +namespace AssociationRegistry.DecentraalBeheer.Vertegenwoordigers.VoegVertegenwoordigerToe; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/WijzigVertegenwoordiger/WijzigVertegenwoordigerCommand.cs b/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/WijzigVertegenwoordiger/WijzigVertegenwoordigerCommand.cs index f73b89422..e3962380c 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/WijzigVertegenwoordiger/WijzigVertegenwoordigerCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/WijzigVertegenwoordiger/WijzigVertegenwoordigerCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Vertegenwoordigers.WijzigVertegenwoordiger; +namespace AssociationRegistry.DecentraalBeheer.Vertegenwoordigers.WijzigVertegenwoordiger; using AssociationRegistry.Vereniging; using AssociationRegistry.Vereniging.Emails; diff --git a/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/WijzigVertegenwoordiger/WijzigVertegenwoordigerCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/WijzigVertegenwoordiger/WijzigVertegenwoordigerCommandHandler.cs index e4429d9a0..0b2f5d2c1 100644 --- a/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/WijzigVertegenwoordiger/WijzigVertegenwoordigerCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/Vertegenwoordigers/WijzigVertegenwoordiger/WijzigVertegenwoordigerCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.Vertegenwoordigers.WijzigVertegenwoordiger; +namespace AssociationRegistry.DecentraalBeheer.Vertegenwoordigers.WijzigVertegenwoordiger; using AssociationRegistry.Framework; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/DecentraalBeheer/VerwijderVereniging/VerwijderVerenigingCommand.cs b/src/AssociationRegistry/DecentraalBeheer/VerwijderVereniging/VerwijderVerenigingCommand.cs index 6b05d484f..ca90a34d8 100644 --- a/src/AssociationRegistry/DecentraalBeheer/VerwijderVereniging/VerwijderVerenigingCommand.cs +++ b/src/AssociationRegistry/DecentraalBeheer/VerwijderVereniging/VerwijderVerenigingCommand.cs @@ -1,5 +1,5 @@ -namespace AssociationRegistry.Acties.VerwijderVereniging; +namespace AssociationRegistry.DecentraalBeheer.VerwijderVereniging; -using Vereniging; +using AssociationRegistry.Vereniging; public record VerwijderVerenigingCommand(VCode VCode, string Reden); diff --git a/src/AssociationRegistry/DecentraalBeheer/VerwijderVereniging/VerwijderVerenigingCommandHandler.cs b/src/AssociationRegistry/DecentraalBeheer/VerwijderVereniging/VerwijderVerenigingCommandHandler.cs index 9567677e3..3e78db09c 100644 --- a/src/AssociationRegistry/DecentraalBeheer/VerwijderVereniging/VerwijderVerenigingCommandHandler.cs +++ b/src/AssociationRegistry/DecentraalBeheer/VerwijderVereniging/VerwijderVerenigingCommandHandler.cs @@ -1,8 +1,8 @@ -namespace AssociationRegistry.Acties.VerwijderVereniging; +namespace AssociationRegistry.DecentraalBeheer.VerwijderVereniging; -using Framework; -using Vereniging; -using Vereniging.Exceptions; +using AssociationRegistry.Framework; +using AssociationRegistry.Vereniging; +using AssociationRegistry.Vereniging.Exceptions; public class VerwijderVerenigingCommandHandler { diff --git a/src/AssociationRegistry/EventFactories/EventFactory.cs b/src/AssociationRegistry/EventFactories/EventFactory.cs index fb8d6a851..f086b532a 100644 --- a/src/AssociationRegistry/EventFactories/EventFactory.cs +++ b/src/AssociationRegistry/EventFactories/EventFactory.cs @@ -1,6 +1,7 @@ namespace AssociationRegistry.EventFactories; using Events; +using GemeentenaamDecorator; using Grar.Models; using Kbo; using Vereniging; diff --git a/src/AssociationRegistry/Framework/ISqsClientWrapper.cs b/src/AssociationRegistry/Framework/ISqsClientWrapper.cs index 982593322..6b7637bd3 100644 --- a/src/AssociationRegistry/Framework/ISqsClientWrapper.cs +++ b/src/AssociationRegistry/Framework/ISqsClientWrapper.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Framework; -using Acties.GrarConsumer.HeradresseerLocaties; +using Grar.GrarConsumer.Messaging.HeradresseerLocaties; public interface ISqsClientWrapper { diff --git a/src/AssociationRegistry/GemeentenaamDecorator/VerrijkteGemeentenaam.cs b/src/AssociationRegistry/GemeentenaamDecorator/VerrijkteGemeentenaam.cs index fee08bcfe..568b15d16 100644 --- a/src/AssociationRegistry/GemeentenaamDecorator/VerrijkteGemeentenaam.cs +++ b/src/AssociationRegistry/GemeentenaamDecorator/VerrijkteGemeentenaam.cs @@ -1,6 +1,6 @@ -namespace AssociationRegistry.Events; +namespace AssociationRegistry.GemeentenaamDecorator; -using Grar.Models.PostalInfo; +using AssociationRegistry.Grar.Models.PostalInfo; public record VerrijkteGemeentenaam { diff --git a/src/AssociationRegistry/Grar/Clients/Contracts/AddressDetailOsloResponse.cs b/src/AssociationRegistry/Grar/Clients/Contracts/AddressDetailOsloResponse.cs index 0ce09094a..89b605a4c 100644 --- a/src/AssociationRegistry/Grar/Clients/Contracts/AddressDetailOsloResponse.cs +++ b/src/AssociationRegistry/Grar/Clients/Contracts/AddressDetailOsloResponse.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Grar.Models; +namespace AssociationRegistry.Grar.Clients.Contracts; using Newtonsoft.Json; using System.Runtime.Serialization; diff --git a/src/AssociationRegistry/Grar/Clients/Contracts/AddressMatchOsloResponse.cs b/src/AssociationRegistry/Grar/Clients/Contracts/AddressMatchOsloResponse.cs index dc2abf83f..375e98f0b 100644 --- a/src/AssociationRegistry/Grar/Clients/Contracts/AddressMatchOsloResponse.cs +++ b/src/AssociationRegistry/Grar/Clients/Contracts/AddressMatchOsloResponse.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Grar.Models +namespace AssociationRegistry.Grar.Clients.Contracts { using Newtonsoft.Json; using System.ComponentModel.DataAnnotations; diff --git a/src/AssociationRegistry/Grar/Clients/Contracts/PostalInformationOsloResponse.cs b/src/AssociationRegistry/Grar/Clients/Contracts/PostalInformationOsloResponse.cs index dbdab0fce..1356adc4a 100644 --- a/src/AssociationRegistry/Grar/Clients/Contracts/PostalInformationOsloResponse.cs +++ b/src/AssociationRegistry/Grar/Clients/Contracts/PostalInformationOsloResponse.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Grar.Models; +namespace AssociationRegistry.Grar.Clients.Contracts; using Newtonsoft.Json; using System.Runtime.Serialization; @@ -77,4 +77,4 @@ public enum PostInfoStatus [EnumMember] Gehistoreerd = 2, -} \ No newline at end of file +} diff --git a/src/AssociationRegistry/Grar/Clients/GrarClient.cs b/src/AssociationRegistry/Grar/Clients/GrarClient.cs index 719a610fe..04acf6d44 100644 --- a/src/AssociationRegistry/Grar/Clients/GrarClient.cs +++ b/src/AssociationRegistry/Grar/Clients/GrarClient.cs @@ -1,14 +1,15 @@ -namespace AssociationRegistry.Grar; +namespace AssociationRegistry.Grar.Clients; +using AssociationRegistry.Grar.Exceptions; +using AssociationRegistry.Grar.Models.PostalInfo; +using AssociationRegistry.Resources; +using AssociationRegistry.Vereniging; +using Contracts; using Events; -using Exceptions; using Microsoft.Extensions.Logging; using Models; -using Models.PostalInfo; using Newtonsoft.Json; -using Resources; using System.Net; -using Vereniging; public class GrarClient : IGrarClient { diff --git a/src/AssociationRegistry/Grar/Clients/GrarHttpClient.cs b/src/AssociationRegistry/Grar/Clients/GrarHttpClient.cs index c05deef79..2f2a8c195 100644 --- a/src/AssociationRegistry/Grar/Clients/GrarHttpClient.cs +++ b/src/AssociationRegistry/Grar/Clients/GrarHttpClient.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Grar; +namespace AssociationRegistry.Grar.Clients; public class GrarHttpClient : IGrarHttpClient { diff --git a/src/AssociationRegistry/Grar/Clients/GrarHttpClientHandler.cs b/src/AssociationRegistry/Grar/Clients/GrarHttpClientHandler.cs index 85acf1b38..7994de9aa 100644 --- a/src/AssociationRegistry/Grar/Clients/GrarHttpClientHandler.cs +++ b/src/AssociationRegistry/Grar/Clients/GrarHttpClientHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Grar; +namespace AssociationRegistry.Grar.Clients; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; diff --git a/src/AssociationRegistry/Grar/Clients/IGrarClient.cs b/src/AssociationRegistry/Grar/Clients/IGrarClient.cs index 55fbeaa76..3f6803231 100644 --- a/src/AssociationRegistry/Grar/Clients/IGrarClient.cs +++ b/src/AssociationRegistry/Grar/Clients/IGrarClient.cs @@ -1,7 +1,7 @@ -namespace AssociationRegistry.Grar; +namespace AssociationRegistry.Grar.Clients; +using AssociationRegistry.Grar.Models.PostalInfo; using Models; -using Models.PostalInfo; public interface IGrarClient { diff --git a/src/AssociationRegistry/Grar/Clients/IGrarHttpClient.cs b/src/AssociationRegistry/Grar/Clients/IGrarHttpClient.cs index cf4faec4a..009d4a13f 100644 --- a/src/AssociationRegistry/Grar/Clients/IGrarHttpClient.cs +++ b/src/AssociationRegistry/Grar/Clients/IGrarHttpClient.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Grar; +namespace AssociationRegistry.Grar.Clients; public interface IGrarHttpClient : IDisposable { diff --git a/src/AssociationRegistry/Grar/GrarConsumer/Messaging/HeradresseerLocaties/HeradresseerLocatiesMessage.cs b/src/AssociationRegistry/Grar/GrarConsumer/Messaging/HeradresseerLocaties/HeradresseerLocatiesMessage.cs index 9fb5011b4..f3e845959 100644 --- a/src/AssociationRegistry/Grar/GrarConsumer/Messaging/HeradresseerLocaties/HeradresseerLocatiesMessage.cs +++ b/src/AssociationRegistry/Grar/GrarConsumer/Messaging/HeradresseerLocaties/HeradresseerLocatiesMessage.cs @@ -1,5 +1,5 @@ -namespace AssociationRegistry.Acties.GrarConsumer.HeradresseerLocaties; +namespace AssociationRegistry.Grar.GrarConsumer.Messaging.HeradresseerLocaties; -using Grar.GrarUpdates.Hernummering; +using AssociationRegistry.Grar.GrarUpdates.Hernummering; public record HeradresseerLocatiesMessage(string VCode, List TeHeradresserenLocaties, string idempotencyKey); diff --git a/src/AssociationRegistry/Grar/GrarConsumer/Messaging/HeradresseerLocaties/HeradresseerLocatiesMessageHandler.cs b/src/AssociationRegistry/Grar/GrarConsumer/Messaging/HeradresseerLocaties/HeradresseerLocatiesMessageHandler.cs index ea31e5e8c..52ff4ec69 100644 --- a/src/AssociationRegistry/Grar/GrarConsumer/Messaging/HeradresseerLocaties/HeradresseerLocatiesMessageHandler.cs +++ b/src/AssociationRegistry/Grar/GrarConsumer/Messaging/HeradresseerLocaties/HeradresseerLocatiesMessageHandler.cs @@ -1,14 +1,12 @@ -namespace AssociationRegistry.Acties.GrarConsumer.HeradresseerLocaties; +namespace AssociationRegistry.Grar.GrarConsumer.Messaging.HeradresseerLocaties; using AssociationRegistry.EventStore; using AssociationRegistry.Framework; -using AssociationRegistry.Grar; using AssociationRegistry.Grar.GrarUpdates.Hernummering; -using AssociationRegistry.Grar.Models; using AssociationRegistry.Vereniging; -using Newtonsoft.Json; +using Clients; +using Models; using NodaTime; -using Wolverine; public class HeradresseerLocatiesMessageHandler { diff --git a/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OntkoppelAdres/OntkoppelLocatiesMessage.cs b/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OntkoppelAdres/OntkoppelLocatiesMessage.cs index 9c3674502..b067e3419 100644 --- a/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OntkoppelAdres/OntkoppelLocatiesMessage.cs +++ b/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OntkoppelAdres/OntkoppelLocatiesMessage.cs @@ -1,3 +1,3 @@ -namespace AssociationRegistry.Acties.GrarConsumer.OntkoppelAdres; +namespace AssociationRegistry.Grar.GrarConsumer.Messaging.OntkoppelAdres; public record OntkoppelLocatiesMessage (string VCode, int[] TeOntkoppelenLocatieIds); diff --git a/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OntkoppelAdres/OntkoppelLocatiesMessageHandler.cs b/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OntkoppelAdres/OntkoppelLocatiesMessageHandler.cs index 2f8d8c261..db6c51054 100644 --- a/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OntkoppelAdres/OntkoppelLocatiesMessageHandler.cs +++ b/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OntkoppelAdres/OntkoppelLocatiesMessageHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.GrarConsumer.OntkoppelAdres; +namespace AssociationRegistry.Grar.GrarConsumer.Messaging.OntkoppelAdres; using AssociationRegistry.EventStore; using AssociationRegistry.Framework; diff --git a/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OverkoepelendeGrarConsumerMessage.cs b/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OverkoepelendeGrarConsumerMessage.cs index 9ea0240cf..5f13cc26e 100644 --- a/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OverkoepelendeGrarConsumerMessage.cs +++ b/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OverkoepelendeGrarConsumerMessage.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.GrarConsumer; +namespace AssociationRegistry.Grar.GrarConsumer.Messaging; using HeradresseerLocaties; using OntkoppelAdres; diff --git a/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OverkoepelendeGrarConsumerMessageHandler.cs b/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OverkoepelendeGrarConsumerMessageHandler.cs index ff665110f..356a66388 100644 --- a/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OverkoepelendeGrarConsumerMessageHandler.cs +++ b/src/AssociationRegistry/Grar/GrarConsumer/Messaging/OverkoepelendeGrarConsumerMessageHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.GrarConsumer; +namespace AssociationRegistry.Grar.GrarConsumer.Messaging; using Wolverine; diff --git a/src/AssociationRegistry/Grar/GrarUpdates/Fusies/TeHeradresserenLocaties/TeHeradresserenLocatiesProcessor.cs b/src/AssociationRegistry/Grar/GrarUpdates/Fusies/TeHeradresserenLocaties/TeHeradresserenLocatiesProcessor.cs index 0c5f8feb1..1826d79f7 100644 --- a/src/AssociationRegistry/Grar/GrarUpdates/Fusies/TeHeradresserenLocaties/TeHeradresserenLocatiesProcessor.cs +++ b/src/AssociationRegistry/Grar/GrarUpdates/Fusies/TeHeradresserenLocaties/TeHeradresserenLocatiesProcessor.cs @@ -1,7 +1,7 @@ namespace AssociationRegistry.Grar.GrarUpdates.Fusies.TeHeradresserenLocaties; -using Acties.GrarConsumer; using Framework; +using GrarConsumer.Messaging; using LocatieFinder; public class TeHeradresserenLocatiesProcessor : ITeHeradresserenLocatiesProcessor diff --git a/src/AssociationRegistry/Grar/GrarUpdates/Fusies/TeOntkoppelenLocaties/TeOntkoppelenLocatiesProcessor.cs b/src/AssociationRegistry/Grar/GrarUpdates/Fusies/TeOntkoppelenLocaties/TeOntkoppelenLocatiesProcessor.cs index eb64ef24d..831bc558d 100644 --- a/src/AssociationRegistry/Grar/GrarUpdates/Fusies/TeOntkoppelenLocaties/TeOntkoppelenLocatiesProcessor.cs +++ b/src/AssociationRegistry/Grar/GrarUpdates/Fusies/TeOntkoppelenLocaties/TeOntkoppelenLocatiesProcessor.cs @@ -1,7 +1,7 @@ namespace AssociationRegistry.Grar.GrarUpdates.Fusies.TeOntkoppelenLocaties; -using Acties.GrarConsumer; using Framework; +using GrarConsumer.Messaging; using LocatieFinder; public class TeOntkoppelenLocatiesProcessor : ITeOntkoppelenLocatiesProcessor diff --git a/src/AssociationRegistry/Grar/GrarUpdates/Hernummering/TeHeradresserenLocatiesMapper.cs b/src/AssociationRegistry/Grar/GrarUpdates/Hernummering/TeHeradresserenLocatiesMapper.cs index aa8b52e14..d6ebdf78e 100644 --- a/src/AssociationRegistry/Grar/GrarUpdates/Hernummering/TeHeradresserenLocatiesMapper.cs +++ b/src/AssociationRegistry/Grar/GrarUpdates/Hernummering/TeHeradresserenLocatiesMapper.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Grar.GrarUpdates.Hernummering; -using Acties.GrarConsumer.HeradresseerLocaties; +using GrarConsumer.Messaging.HeradresseerLocaties; using LocatieFinder; public class TeHeradresserenLocatiesMapper diff --git a/src/AssociationRegistry/Grar/GrarUpdates/Hernummering/TeHernummerenStraatEventProcessor.cs b/src/AssociationRegistry/Grar/GrarUpdates/Hernummering/TeHernummerenStraatEventProcessor.cs index 9682d703a..1270e2ba1 100644 --- a/src/AssociationRegistry/Grar/GrarUpdates/Hernummering/TeHernummerenStraatEventProcessor.cs +++ b/src/AssociationRegistry/Grar/GrarUpdates/Hernummering/TeHernummerenStraatEventProcessor.cs @@ -1,7 +1,7 @@ namespace AssociationRegistry.Grar.GrarUpdates.Hernummering; -using Acties.GrarConsumer; using Framework; +using GrarConsumer.Messaging; public class TeHernummerenStraatEventProcessor: ITeHernummerenStraatEventProcessor { diff --git a/src/AssociationRegistry/Grar/GrarUpdates/LocatieFinder/LocatiesPerVCodeCollection.cs b/src/AssociationRegistry/Grar/GrarUpdates/LocatieFinder/LocatiesPerVCodeCollection.cs index f0528f4d2..8372f501c 100644 --- a/src/AssociationRegistry/Grar/GrarUpdates/LocatieFinder/LocatiesPerVCodeCollection.cs +++ b/src/AssociationRegistry/Grar/GrarUpdates/LocatieFinder/LocatiesPerVCodeCollection.cs @@ -1,7 +1,7 @@ namespace AssociationRegistry.Grar.GrarUpdates.LocatieFinder; -using Acties.GrarConsumer.HeradresseerLocaties; -using Acties.GrarConsumer.OntkoppelAdres; +using GrarConsumer.Messaging.HeradresseerLocaties; +using GrarConsumer.Messaging.OntkoppelAdres; using Hernummering; using System.Collections.ObjectModel; diff --git a/src/AssociationRegistry/Grar/Models/PostalInfo/Postnaam.cs b/src/AssociationRegistry/Grar/Models/PostalInfo/Postnaam.cs index 153afd36d..5f24123d9 100644 --- a/src/AssociationRegistry/Grar/Models/PostalInfo/Postnaam.cs +++ b/src/AssociationRegistry/Grar/Models/PostalInfo/Postnaam.cs @@ -9,7 +9,7 @@ private Postnaam(string Value) this.Value = Value; } - public static Postnaam FromGrar(Models.Postnaam postnaam) + public static Postnaam FromGrar(Clients.Contracts.Postnaam postnaam) => new(postnaam.GeografischeNaam.Spelling); public static Postnaam FromValue(string postnaam) { diff --git a/src/AssociationRegistry/Grar/Models/PostalInfo/Postnamen.cs b/src/AssociationRegistry/Grar/Models/PostalInfo/Postnamen.cs index c150b0f0a..c5572ab81 100644 --- a/src/AssociationRegistry/Grar/Models/PostalInfo/Postnamen.cs +++ b/src/AssociationRegistry/Grar/Models/PostalInfo/Postnamen.cs @@ -20,7 +20,7 @@ private Postnamen(IList list) : base(list) public Postnaam? FindSingleOrDefault() => HasSinglePostnaam ? this.SingleOrDefault() : null; - public static Postnamen FromPostalInfo(List postnamen) + public static Postnamen FromPostalInfo(List postnamen) => new (postnamen.Select(Postnaam.FromGrar).ToList()); public static Postnamen FromValues(params string[] values) diff --git a/src/AssociationRegistry/Grar/NightlyAdresSync/SyncAdresLocaties/SyncAdresLocatiesCommand.cs b/src/AssociationRegistry/Grar/NightlyAdresSync/SyncAdresLocaties/SyncAdresLocatiesCommand.cs index e13337d06..d8176e87e 100644 --- a/src/AssociationRegistry/Grar/NightlyAdresSync/SyncAdresLocaties/SyncAdresLocatiesCommand.cs +++ b/src/AssociationRegistry/Grar/NightlyAdresSync/SyncAdresLocaties/SyncAdresLocatiesCommand.cs @@ -1,5 +1,5 @@ -namespace AssociationRegistry.Acties.AdresSync.SyncAdresLocaties; +namespace AssociationRegistry.Grar.NightlyAdresSync.SyncAdresLocaties; -using AssociationRegistry.Grar.Models; +using Models; public record SyncAdresLocatiesCommand(string VCode, List LocatiesWithAdres, string IdempotenceKey); diff --git a/src/AssociationRegistry/Grar/NightlyAdresSync/SyncAdresLocaties/SyncAdresLocatiesCommandHandler.cs b/src/AssociationRegistry/Grar/NightlyAdresSync/SyncAdresLocaties/SyncAdresLocatiesCommandHandler.cs index 0e17aedad..1b22736a0 100644 --- a/src/AssociationRegistry/Grar/NightlyAdresSync/SyncAdresLocaties/SyncAdresLocatiesCommandHandler.cs +++ b/src/AssociationRegistry/Grar/NightlyAdresSync/SyncAdresLocaties/SyncAdresLocatiesCommandHandler.cs @@ -1,9 +1,9 @@ -namespace AssociationRegistry.Acties.AdresSync.SyncAdresLocaties; +namespace AssociationRegistry.Grar.NightlyAdresSync.SyncAdresLocaties; using AssociationRegistry.EventStore; using AssociationRegistry.Framework; -using AssociationRegistry.Grar; using AssociationRegistry.Vereniging; +using Clients; using Microsoft.Extensions.Logging; using NodaTime; diff --git a/src/AssociationRegistry/KboSyncLambda/SyncKbo/SyncKboCommand.cs b/src/AssociationRegistry/KboSyncLambda/SyncKbo/SyncKboCommand.cs index a42bf597d..60569534e 100644 --- a/src/AssociationRegistry/KboSyncLambda/SyncKbo/SyncKboCommand.cs +++ b/src/AssociationRegistry/KboSyncLambda/SyncKbo/SyncKboCommand.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.KboSyncLambda.SyncKbo; +namespace AssociationRegistry.KboSyncLambda.SyncKbo; using AssociationRegistry.Vereniging; diff --git a/src/AssociationRegistry/KboSyncLambda/SyncKbo/SyncKboCommandHandler.cs b/src/AssociationRegistry/KboSyncLambda/SyncKbo/SyncKboCommandHandler.cs index ee0aae9ec..63d0c5feb 100644 --- a/src/AssociationRegistry/KboSyncLambda/SyncKbo/SyncKboCommandHandler.cs +++ b/src/AssociationRegistry/KboSyncLambda/SyncKbo/SyncKboCommandHandler.cs @@ -1,4 +1,4 @@ -namespace AssociationRegistry.Acties.KboSyncLambda.SyncKbo; +namespace AssociationRegistry.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AssociationRegistry.Kbo; diff --git a/src/AssociationRegistry/Messages/AanvaardCorrectieDubbeleVerenigingMessage.cs b/src/AssociationRegistry/Messages/AanvaardCorrectieDubbeleVerenigingMessage.cs index 9c8c252be..a5e8ecf6c 100644 --- a/src/AssociationRegistry/Messages/AanvaardCorrectieDubbeleVerenigingMessage.cs +++ b/src/AssociationRegistry/Messages/AanvaardCorrectieDubbeleVerenigingMessage.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Messages; -using Acties.Dubbelbeheer.AanvaardCorrectieDubbel; +using DecentraalBeheer.Dubbelbeheer.AanvaardCorrectieDubbel; public record AanvaardCorrectieDubbeleVerenigingMessage(string VCode, string VCodeDubbeleVereniging) { diff --git a/src/AssociationRegistry/Messages/AanvaardDubbeleVerenigingMessage.cs b/src/AssociationRegistry/Messages/AanvaardDubbeleVerenigingMessage.cs index f4ecdae60..c360b8700 100644 --- a/src/AssociationRegistry/Messages/AanvaardDubbeleVerenigingMessage.cs +++ b/src/AssociationRegistry/Messages/AanvaardDubbeleVerenigingMessage.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Messages; -using Acties.Dubbelbeheer.AanvaardDubbel; +using DecentraalBeheer.Dubbelbeheer.AanvaardDubbel; public record AanvaardDubbeleVerenigingMessage(string VCode, string VCodeDubbeleVereniging) { diff --git a/src/AssociationRegistry/Messages/TeAdresMatchenLocatieMessage.cs b/src/AssociationRegistry/Messages/TeAdresMatchenLocatieMessage.cs index fd3a2e1fe..e47c49755 100644 --- a/src/AssociationRegistry/Messages/TeAdresMatchenLocatieMessage.cs +++ b/src/AssociationRegistry/Messages/TeAdresMatchenLocatieMessage.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Messages; -using Acties.Administratie.ProbeerAdresTeMatchen; +using DecentraalBeheer.Administratie.ProbeerAdresTeMatchen; public record TeAdresMatchenLocatieMessage(string VCode, int LocatieId) { diff --git a/src/AssociationRegistry/Messages/TeSynchroniserenLocatieAdresMessage.cs b/src/AssociationRegistry/Messages/TeSynchroniserenLocatieAdresMessage.cs index df195557c..45a9d8208 100644 --- a/src/AssociationRegistry/Messages/TeSynchroniserenLocatieAdresMessage.cs +++ b/src/AssociationRegistry/Messages/TeSynchroniserenLocatieAdresMessage.cs @@ -1,7 +1,7 @@ namespace AssociationRegistry.Messages; -using Acties.AdresSync.SyncAdresLocaties; using Grar.Models; +using Grar.NightlyAdresSync.SyncAdresLocaties; public record TeSynchroniserenLocatieAdresMessage(string VCode, List LocatiesWithAdres, string IdempotenceKey) { diff --git a/src/AssociationRegistry/Messages/VerwerkWeigeringDubbelDoorAuthentiekeVerenigingMessage.cs b/src/AssociationRegistry/Messages/VerwerkWeigeringDubbelDoorAuthentiekeVerenigingMessage.cs index 79a179bd0..99dac2077 100644 --- a/src/AssociationRegistry/Messages/VerwerkWeigeringDubbelDoorAuthentiekeVerenigingMessage.cs +++ b/src/AssociationRegistry/Messages/VerwerkWeigeringDubbelDoorAuthentiekeVerenigingMessage.cs @@ -1,6 +1,6 @@ namespace AssociationRegistry.Messages; -using Acties.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; +using DecentraalBeheer.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; public record VerwerkWeigeringDubbelDoorAuthentiekeVerenigingMessage(string VCode, string VCodeAuthentiekeVereniging) { diff --git a/src/AssociationRegistry/Vereniging/Lidmaatschappen/Lidmaatschap.cs b/src/AssociationRegistry/Vereniging/Lidmaatschappen/Lidmaatschap.cs index 2664c4797..39251fe38 100644 --- a/src/AssociationRegistry/Vereniging/Lidmaatschappen/Lidmaatschap.cs +++ b/src/AssociationRegistry/Vereniging/Lidmaatschappen/Lidmaatschap.cs @@ -1,7 +1,7 @@ namespace AssociationRegistry.Vereniging; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; -using Acties.Lidmaatschappen.WijzigLidmaatschap; +using DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; +using DecentraalBeheer.Lidmaatschappen.WijzigLidmaatschap; public record Lidmaatschap { diff --git a/src/AssociationRegistry/Vereniging/Lidmaatschappen/Lidmaatschappen.cs b/src/AssociationRegistry/Vereniging/Lidmaatschappen/Lidmaatschappen.cs index 908433fb2..919ed37e8 100644 --- a/src/AssociationRegistry/Vereniging/Lidmaatschappen/Lidmaatschappen.cs +++ b/src/AssociationRegistry/Vereniging/Lidmaatschappen/Lidmaatschappen.cs @@ -1,7 +1,7 @@ namespace AssociationRegistry.Vereniging; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; -using Acties.Lidmaatschappen.WijzigLidmaatschap; +using DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; +using DecentraalBeheer.Lidmaatschappen.WijzigLidmaatschap; using Exceptions; using Framework; using System.Collections.ObjectModel; diff --git a/src/AssociationRegistry/Vereniging/Locaties/Gemeentenaam.cs b/src/AssociationRegistry/Vereniging/Locaties/Gemeentenaam.cs index 7ac5666d9..277beb4ab 100644 --- a/src/AssociationRegistry/Vereniging/Locaties/Gemeentenaam.cs +++ b/src/AssociationRegistry/Vereniging/Locaties/Gemeentenaam.cs @@ -1,6 +1,7 @@ namespace AssociationRegistry.Vereniging; using Events; +using GemeentenaamDecorator; public record Gemeentenaam(string Naam) { diff --git a/src/AssociationRegistry/Vereniging/Locaties/Locatie.cs b/src/AssociationRegistry/Vereniging/Locaties/Locatie.cs index 4f832e0e4..556baf383 100644 --- a/src/AssociationRegistry/Vereniging/Locaties/Locatie.cs +++ b/src/AssociationRegistry/Vereniging/Locaties/Locatie.cs @@ -3,6 +3,7 @@ using Events; using Exceptions; using Framework; +using GemeentenaamDecorator; using Grar.Models; public record Locatie diff --git a/src/AssociationRegistry/Vereniging/Vereniging.cs b/src/AssociationRegistry/Vereniging/Vereniging.cs index 249861e3b..a32747c3d 100644 --- a/src/AssociationRegistry/Vereniging/Vereniging.cs +++ b/src/AssociationRegistry/Vereniging/Vereniging.cs @@ -7,6 +7,7 @@ namespace AssociationRegistry.Vereniging; using Framework; using GemeentenaamDecorator; using Grar; +using Grar.Clients; using Grar.Exceptions; using SocialMedias; using TelefoonNummers; diff --git a/src/AssociationRegistry/Vereniging/VerenigingOfAnyKind.cs b/src/AssociationRegistry/Vereniging/VerenigingOfAnyKind.cs index a45a09805..fbef63164 100644 --- a/src/AssociationRegistry/Vereniging/VerenigingOfAnyKind.cs +++ b/src/AssociationRegistry/Vereniging/VerenigingOfAnyKind.cs @@ -1,7 +1,7 @@ namespace AssociationRegistry.Vereniging; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; -using Acties.Lidmaatschappen.WijzigLidmaatschap; +using DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; +using DecentraalBeheer.Lidmaatschappen.WijzigLidmaatschap; using Emails; using EventFactories; using Events; @@ -9,6 +9,7 @@ namespace AssociationRegistry.Vereniging; using Framework; using GemeentenaamDecorator; using Grar; +using Grar.Clients; using Grar.Exceptions; using Grar.Models; using SocialMedias; diff --git a/test/AssociationRegistry.Test.Admin.AddressSync/TeSynchroniserenLocatiesFetcherTests.cs b/test/AssociationRegistry.Test.Admin.AddressSync/TeSynchroniserenLocatiesFetcherTests.cs index 610c40b63..30015c661 100644 --- a/test/AssociationRegistry.Test.Admin.AddressSync/TeSynchroniserenLocatiesFetcherTests.cs +++ b/test/AssociationRegistry.Test.Admin.AddressSync/TeSynchroniserenLocatiesFetcherTests.cs @@ -8,6 +8,7 @@ namespace AssociationRegistry.Test.Admin.AddressSync; using FluentAssertions; using Framework.Customizations; using Grar; +using Grar.Clients; using Grar.Exceptions; using Grar.Models; using Marten; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_CorrigeerMarkeringAlsDubbelVan/CommandHandling/Given_A_Vereniging.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_CorrigeerMarkeringAlsDubbelVan/CommandHandling/Given_A_Vereniging.cs index 5d55d1114..3ae9b1292 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_CorrigeerMarkeringAlsDubbelVan/CommandHandling/Given_A_Vereniging.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_CorrigeerMarkeringAlsDubbelVan/CommandHandling/Given_A_Vereniging.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.Dubbelbeheer.When_CorrigeerMarkeringAlsDubbelVan.CommandHandling; -using AssociationRegistry.Acties.Dubbelbeheer.CorrigeerMarkeringAlsDubbelVan; using AssociationRegistry.Events; using AssociationRegistry.Framework; using AssociationRegistry.Messages; @@ -9,6 +8,7 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.Dubbe using AssociationRegistry.Test.Common.Framework; using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.CorrigeerMarkeringAlsDubbelVan; using FluentAssertions; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_CorrigeerMarkeringAlsDubbelVan/CommandHandling/Given_An_AuthentiekeVereniging.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_CorrigeerMarkeringAlsDubbelVan/CommandHandling/Given_An_AuthentiekeVereniging.cs index 131cf728e..4d7a2fa84 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_CorrigeerMarkeringAlsDubbelVan/CommandHandling/Given_An_AuthentiekeVereniging.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_CorrigeerMarkeringAlsDubbelVan/CommandHandling/Given_An_AuthentiekeVereniging.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.Dubbelbeheer.When_CorrigeerMarkeringAlsDubbelVan.CommandHandling; -using AssociationRegistry.Acties.Dubbelbeheer.CorrigeerMarkeringAlsDubbelVan; using AssociationRegistry.Framework; using AssociationRegistry.Messages; using AssociationRegistry.Resources; @@ -9,6 +8,7 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.Dubbe using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AssociationRegistry.Vereniging.Exceptions; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.CorrigeerMarkeringAlsDubbelVan; using FluentAssertions; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_MarkeerAlsDubbelVan/CommandHandling/Given_A_Vereniging.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_MarkeerAlsDubbelVan/CommandHandling/Given_A_Vereniging.cs index 069fabf8d..aeff2a9e4 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_MarkeerAlsDubbelVan/CommandHandling/Given_A_Vereniging.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_MarkeerAlsDubbelVan/CommandHandling/Given_A_Vereniging.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.Dubbelbeheer.When_MarkeerAlsDubbelVan.CommandHandling; -using AssociationRegistry.Acties.Dubbelbeheer.MarkeerAlsDubbelVan; using AssociationRegistry.Events; using AssociationRegistry.Framework; using AssociationRegistry.Messages; @@ -10,6 +9,7 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.Dubbe using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AssociationRegistry.Vereniging; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.MarkeerAlsDubbelVan; using FluentAssertions; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_MarkeerAlsDubbelVan/CommandHandling/Given_An_AuthentiekeVereniging.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_MarkeerAlsDubbelVan/CommandHandling/Given_An_AuthentiekeVereniging.cs index 807bfc8f8..bd7ce870b 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_MarkeerAlsDubbelVan/CommandHandling/Given_An_AuthentiekeVereniging.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_MarkeerAlsDubbelVan/CommandHandling/Given_An_AuthentiekeVereniging.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.Dubbelbeheer.When_MarkeerAlsDubbelVan.CommandHandling; -using AssociationRegistry.Acties.Dubbelbeheer.MarkeerAlsDubbelVan; using AssociationRegistry.Framework; using AssociationRegistry.Messages; using AssociationRegistry.Resources; @@ -10,6 +9,7 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.Dubbe using AssociationRegistry.Vereniging; using AssociationRegistry.Vereniging.Exceptions; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.MarkeerAlsDubbelVan; using FluentAssertions; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_MarkeerAlsDubbelVan/CommandHandling/Given_VCode_Equals_IsDubbelVan.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_MarkeerAlsDubbelVan/CommandHandling/Given_VCode_Equals_IsDubbelVan.cs index 329114582..d8afac000 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_MarkeerAlsDubbelVan/CommandHandling/Given_VCode_Equals_IsDubbelVan.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/Dubbelbeheer/When_MarkeerAlsDubbelVan/CommandHandling/Given_VCode_Equals_IsDubbelVan.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.Dubbelbeheer.When_MarkeerAlsDubbelVan.CommandHandling; -using AssociationRegistry.Acties.Dubbelbeheer.MarkeerAlsDubbelVan; using AssociationRegistry.Framework; using AssociationRegistry.Resources; using AssociationRegistry.Test.Common.AutoFixture; @@ -8,6 +7,7 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.Dubbe using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AssociationRegistry.Vereniging.Exceptions; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.MarkeerAlsDubbelVan; using FluentAssertions; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Lidmaatschap/CommandHandling/Given_The_AndereVereniging_Is_Verwijderd.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Lidmaatschap/CommandHandling/Given_The_AndereVereniging_Is_Verwijderd.cs index 7d0871c40..b070f7f3c 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Lidmaatschap/CommandHandling/Given_The_AndereVereniging_Is_Verwijderd.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Lidmaatschap/CommandHandling/Given_The_AndereVereniging_Is_Verwijderd.cs @@ -1,10 +1,10 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_Adding_Lidmaatschap.CommandHandling; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; using Moq; using Vereniging; using Vereniging.Exceptions; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/CommandHandling/Given_A_Duplicate_Vertegenwoordiger.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/CommandHandling/Given_A_Duplicate_Vertegenwoordiger.cs index 03b634de4..051282b32 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/CommandHandling/Given_A_Duplicate_Vertegenwoordiger.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/CommandHandling/Given_A_Duplicate_Vertegenwoordiger.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_Adding_Vertegenwoordiger.CommandHandling; -using Acties.Vertegenwoordigers.VoegVertegenwoordigerToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Vertegenwoordigers.VoegVertegenwoordigerToe; using FluentAssertions; using Vereniging.Exceptions; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/CommandHandling/Given_A_NietPrimair_Vertegenwoordiger.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/CommandHandling/Given_A_NietPrimair_Vertegenwoordiger.cs index 427397581..a96e55610 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/CommandHandling/Given_A_NietPrimair_Vertegenwoordiger.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/CommandHandling/Given_A_NietPrimair_Vertegenwoordiger.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_Adding_Vertegenwoordiger.CommandHandling; -using Acties.Vertegenwoordigers.VoegVertegenwoordigerToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Vertegenwoordigers.VoegVertegenwoordigerToe; using Events; using FluentAssertions; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/CommandHandling/Given_A_Second_Primair_Vertegenwoordiger.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/CommandHandling/Given_A_Second_Primair_Vertegenwoordiger.cs index 4b0258f78..10fcc28ac 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/CommandHandling/Given_A_Second_Primair_Vertegenwoordiger.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/CommandHandling/Given_A_Second_Primair_Vertegenwoordiger.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_Adding_Vertegenwoordiger.CommandHandling; -using Acties.Vertegenwoordigers.VoegVertegenwoordigerToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Vertegenwoordigers.VoegVertegenwoordigerToe; using FluentAssertions; using Vereniging; using Vereniging.Exceptions; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/RequestHandling/With_Valid_ETag.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/RequestHandling/With_Valid_ETag.cs index 394cd6550..f64fca95f 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/RequestHandling/With_Valid_ETag.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/RequestHandling/With_Valid_ETag.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_Adding_Vertegenwoordiger.RequestHandling; -using Acties.Vertegenwoordigers.VoegVertegenwoordigerToe; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.VoegVertegenwoordigerToe; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.VoegVertegenwoordigerToe.RequestModels; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Vertegenwoordigers.VoegVertegenwoordigerToe; using Framework; using Hosts.Configuration.ConfigurationBindings; using Microsoft.AspNetCore.Http; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/RequestHandling/With_Valid_Request.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/RequestHandling/With_Valid_Request.cs index 727ba7d1b..46365a63e 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/RequestHandling/With_Valid_Request.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Adding_Vertegenwoordiger/RequestHandling/With_Valid_Request.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_Adding_Vertegenwoordiger.RequestHandling; -using Acties.Vertegenwoordigers.VoegVertegenwoordigerToe; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.VoegVertegenwoordigerToe; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.VoegVertegenwoordigerToe.RequestModels; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Vertegenwoordigers.VoegVertegenwoordigerToe; using FluentAssertions; using FluentAssertions.Execution; using Framework; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_PotentialDuplicate.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_PotentialDuplicate.cs index b9785e89b..f3caeebf2 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_PotentialDuplicate.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_PotentialDuplicate.cs @@ -1,15 +1,16 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_RegistreerFeitelijkeVereniging.CommandHandling; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using DuplicateVerenigingDetection; using FluentAssertions; using Framework.Fakes; using Grar; +using Grar.Clients; using Marten; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_PotentialDuplicate_And_Force.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_PotentialDuplicate_And_Force.cs index db0370620..59e5066fd 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_PotentialDuplicate_And_Force.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_PotentialDuplicate_And_Force.cs @@ -1,17 +1,18 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_RegistreerFeitelijkeVereniging.CommandHandling; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using DuplicateVerenigingDetection; using EventFactories; using Events; using FluentAssertions; using Framework.Fakes; using Grar; +using Grar.Clients; using Marten; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_Startdatum_In_The_Future.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_Startdatum_In_The_Future.cs index affb1039f..daa71128e 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_Startdatum_In_The_Future.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_Startdatum_In_The_Future.cs @@ -1,13 +1,14 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_RegistreerFeitelijkeVereniging.CommandHandling; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using FluentAssertions; using Framework.Fakes; using Grar; +using Grar.Clients; using Marten; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_Startdatum_On_Today.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_Startdatum_On_Today.cs index ee61bec3a..c41ff6ba0 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_Startdatum_On_Today.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_A_Startdatum_On_Today.cs @@ -1,14 +1,15 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_RegistreerFeitelijkeVereniging.CommandHandling; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using Events; using FluentAssertions; using Framework.Fakes; using Grar; +using Grar.Clients; using Marten; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_All_Fields.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_All_Fields.cs index c088bd8af..57f0c1f79 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_All_Fields.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_All_Fields.cs @@ -1,14 +1,15 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_RegistreerFeitelijkeVereniging.CommandHandling; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using EventFactories; using Events; using Framework.Fakes; using Grar; +using Grar.Clients; using Marten; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Locatie_With_AdresId.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Locatie_With_AdresId.cs index 50066f9de..9883d7f8d 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Locatie_With_AdresId.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Locatie_With_AdresId.cs @@ -1,14 +1,15 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_RegistreerFeitelijkeVereniging.CommandHandling; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using EventFactories; using Events; using Framework.Fakes; using Grar; +using Grar.Clients; using Grar.Models; using Marten; using Messages; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Required_Fields.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Required_Fields.cs index d4fcafef0..2b67f5f6f 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Required_Fields.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Required_Fields.cs @@ -1,14 +1,15 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_RegistreerFeitelijkeVereniging.CommandHandling; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using EventFactories; using Events; using Framework.Fakes; using Grar; +using Grar.Clients; using Marten; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Required_Fields_And_UitgeschrevenUitPubliekeDatastroom.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Required_Fields_And_UitgeschrevenUitPubliekeDatastroom.cs index cf7749a49..817d011f2 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Required_Fields_And_UitgeschrevenUitPubliekeDatastroom.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Required_Fields_And_UitgeschrevenUitPubliekeDatastroom.cs @@ -1,14 +1,15 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_RegistreerFeitelijkeVereniging.CommandHandling; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using EventFactories; using Events; using Framework.Fakes; using Grar; +using Grar.Clients; using Marten; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Two_Duplicate_Contactgegevens.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Two_Duplicate_Contactgegevens.cs index 68c36d527..4091cd970 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Two_Duplicate_Contactgegevens.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Two_Duplicate_Contactgegevens.cs @@ -1,13 +1,14 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_RegistreerFeitelijkeVereniging.CommandHandling; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using FluentAssertions; using Framework.Fakes; using Grar; +using Grar.Clients; using Marten; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Two_Primair_Contactgegevens_Of_Different_Type.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Two_Primair_Contactgegevens_Of_Different_Type.cs index ff33bb3ec..d01c159dc 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Two_Primair_Contactgegevens_Of_Different_Type.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Two_Primair_Contactgegevens_Of_Different_Type.cs @@ -1,14 +1,15 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_RegistreerFeitelijkeVereniging.CommandHandling; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using EventFactories; using Events; using Framework.Fakes; using Grar; +using Grar.Clients; using Marten; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Two_Primair_Contactgegevens_Of_The_Same_Type.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Two_Primair_Contactgegevens_Of_The_Same_Type.cs index 2e68a23a7..2cfa2aafe 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Two_Primair_Contactgegevens_Of_The_Same_Type.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_Two_Primair_Contactgegevens_Of_The_Same_Type.cs @@ -1,13 +1,14 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_RegistreerFeitelijkeVereniging.CommandHandling; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using FluentAssertions; using Framework.Fakes; using Grar; +using Grar.Clients; using Marten; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_WerkingsgebiedenWerdenNietBepaald.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_WerkingsgebiedenWerdenNietBepaald.cs index f71e6c4b8..1f3557cdc 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_WerkingsgebiedenWerdenNietBepaald.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_WerkingsgebiedenWerdenNietBepaald.cs @@ -1,14 +1,15 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_RegistreerFeitelijkeVereniging.CommandHandling; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using EventFactories; using Events; using Framework.Fakes; using Grar; +using Grar.Clients; using Marten; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_WerkingsgebiedenWerdenNietVanToepassing.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_WerkingsgebiedenWerdenNietVanToepassing.cs index bb8532339..9295e2ffa 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_WerkingsgebiedenWerdenNietVanToepassing.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/CommandHandling/With_WerkingsgebiedenWerdenNietVanToepassing.cs @@ -1,14 +1,15 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_RegistreerFeitelijkeVereniging.CommandHandling; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using EventFactories; using Events; using Framework.Fakes; using Grar; +using Grar.Clients; using Marten; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/RequestHandling/With_Valid_Request.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/RequestHandling/With_Valid_Request.cs index 31695d0bc..da5edbc1a 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/RequestHandling/With_Valid_Request.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_RegistreerFeitelijkeVereniging/RequestHandling/With_Valid_Request.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_RegistreerFeitelijkeVereniging.RequestHandling; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Registreer.FeitelijkeVereniging; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Registreer.FeitelijkeVereniging.RequetsModels; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using FluentAssertions; using FluentAssertions.Execution; using Framework; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_A_Vereniging/CommandHandling/With_A_Reden.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_A_Vereniging/CommandHandling/With_A_Reden.cs index 0a0a4f9dc..942e338e8 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_A_Vereniging/CommandHandling/With_A_Reden.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_A_Vereniging/CommandHandling/With_A_Reden.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_Removing_A_Vereniging.CommandHandling; -using Acties.VerwijderVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.VerwijderVereniging; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_A_Known_VertegenwoordigerId.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_A_Known_VertegenwoordigerId.cs index 0c4174d6c..8859fc568 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_A_Known_VertegenwoordigerId.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_A_Known_VertegenwoordigerId.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_Removing_Vertegenwoordiger.CommandHandling; -using Acties.Vertegenwoordigers.VerwijderVertegenwoordiger; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Vertegenwoordigers.VerwijderVertegenwoordiger; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_An_Unknown_VertegenwoordigerId.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_An_Unknown_VertegenwoordigerId.cs index 316f9aef6..dcd2ae8bf 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_An_Unknown_VertegenwoordigerId.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_An_Unknown_VertegenwoordigerId.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_Removing_Vertegenwoordiger.CommandHandling; -using Acties.Vertegenwoordigers.VerwijderVertegenwoordiger; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Vertegenwoordigers.VerwijderVertegenwoordiger; using FluentAssertions; using Vereniging.Exceptions; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_One_Vertegenwoordiger.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_One_Vertegenwoordiger.cs index f85dc60ce..61a6b1f50 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_One_Vertegenwoordiger.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_One_Vertegenwoordiger.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_Removing_Vertegenwoordiger.CommandHandling; -using Acties.Vertegenwoordigers.VerwijderVertegenwoordiger; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Vertegenwoordigers.VerwijderVertegenwoordiger; using Vereniging.Exceptions; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_One_Vertegenwoordiger_And_An_Unknown_VertegenwoordigerId.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_One_Vertegenwoordiger_And_An_Unknown_VertegenwoordigerId.cs index b1909d7ba..76841d967 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_One_Vertegenwoordiger_And_An_Unknown_VertegenwoordigerId.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/CommandHandling/With_One_Vertegenwoordiger_And_An_Unknown_VertegenwoordigerId.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_Removing_Vertegenwoordiger.CommandHandling; -using Acties.Vertegenwoordigers.VerwijderVertegenwoordiger; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Vertegenwoordigers.VerwijderVertegenwoordiger; using FluentAssertions; using Vereniging.Exceptions; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/RequestHandling/With_Valid_ETag.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/RequestHandling/With_Valid_ETag.cs index b0c9eccd7..c587bc7c2 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/RequestHandling/With_Valid_ETag.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_Removing_Vertegenwoordiger/RequestHandling/With_Valid_ETag.cs @@ -1,10 +1,10 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_Removing_Vertegenwoordiger.RequestHandling; -using Acties.Vertegenwoordigers.VerwijderVertegenwoordiger; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.VerwijderVertegenwoordiger; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Vertegenwoordigers.VerwijderVertegenwoordiger; using Framework; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_StopVereniging/CommandHandling/With_A_Einddatum.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_StopVereniging/CommandHandling/With_A_Einddatum.cs index 924766191..d6195b89d 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_StopVereniging/CommandHandling/With_A_Einddatum.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_StopVereniging/CommandHandling/With_A_Einddatum.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_StopVereniging.CommandHandling; -using Acties.StopVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.StopVereniging; using Events; using Framework.Fakes; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_StopVereniging/RequestHandling/With_Valid_ETag.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_StopVereniging/RequestHandling/With_Valid_ETag.cs index d1ed8a9d5..03028a4f4 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_StopVereniging/RequestHandling/With_Valid_ETag.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_StopVereniging/RequestHandling/With_Valid_ETag.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_StopVereniging.RequestHandling; -using Acties.StopVereniging; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Stop; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Stop.RequestModels; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.StopVereniging; using Framework; using Hosts.Configuration.ConfigurationBindings; using Microsoft.AspNetCore.Http; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_StopVereniging/RequestHandling/Without_Changes.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_StopVereniging/RequestHandling/Without_Changes.cs index 2c8a75a07..c9b0b8527 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_StopVereniging/RequestHandling/Without_Changes.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_StopVereniging/RequestHandling/Without_Changes.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_StopVereniging.RequestHandling; -using Acties.StopVereniging; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Stop; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Stop.RequestModels; using AssociationRegistry.Admin.Api.Infrastructure; using EventStore; using AssociationRegistry.Framework; +using DecentraalBeheer.StopVereniging; using FluentAssertions; using Framework; using Hosts.Configuration.ConfigurationBindings; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_Existing_HoofdActiviteiten.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_Existing_HoofdActiviteiten.cs index b45943352..151fc2c44 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_Existing_HoofdActiviteiten.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_Existing_HoofdActiviteiten.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Test.Framework; using Vereniging; using Vereniging.Exceptions; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_No_Existing_HoofdActiviteit.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_No_Existing_HoofdActiviteit.cs index c311f14a3..30daa3e23 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_No_Existing_HoofdActiviteit.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_No_Existing_HoofdActiviteit.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using Test.Framework; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/Werkingsgebieden/WerkingsgebiedenScenarioRunner.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/Werkingsgebieden/WerkingsgebiedenScenarioRunner.cs index d32775813..945de9d0e 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/Werkingsgebieden/WerkingsgebiedenScenarioRunner.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/Werkingsgebieden/WerkingsgebiedenScenarioRunner.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling.Werkingsgebieden; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Framework.Fakes; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_KorteBeschrijving.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_KorteBeschrijving.cs index dd0b40aff..555f93787 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_KorteBeschrijving.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_KorteBeschrijving.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using Framework.Fakes; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_KorteNaam.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_KorteNaam.cs index 8ef45e573..1bc018a18 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_KorteNaam.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_KorteNaam.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using Framework.Fakes; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Maximumleeftijd.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Maximumleeftijd.cs index 16ba4dc5d..e0116bfa0 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Maximumleeftijd.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Maximumleeftijd.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using Framework.Fakes; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd.cs index 81db14b1a..0436daafa 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using Framework.Fakes; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd_And_A_Maximumleeftijd.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd_And_A_Maximumleeftijd.cs index 8f54c0ca6..7276f9d40 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd_And_A_Maximumleeftijd.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd_And_A_Maximumleeftijd.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using Framework.Fakes; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Naam.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Naam.cs index e71d559c8..99c8c34af 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Naam.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Naam.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using Framework.Fakes; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum.cs index b0f6c1bff..563a72d10 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using Framework.Fakes; using Primitives; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum_Empty.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum_Empty.cs index ccdc02724..4499d8dfa 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum_Empty.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum_Empty.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using Framework.Fakes; using Primitives; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum_In_The_Future.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum_In_The_Future.cs index 1abc077bb..c05a1f007 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum_In_The_Future.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum_In_The_Future.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using FluentAssertions; using Framework.Fakes; using Primitives; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum_Null.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum_Null.cs index 745a3e948..60366c121 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum_Null.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_A_Startdatum_Null.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Framework.Fakes; using Primitives; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket.cs index ef673c267..3d21bd143 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using EventFactories; using Events; using Framework.Fakes; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket_Null.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket_Null.cs index 42e00557b..d560d8702 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket_Null.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket_Null.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using Framework.Fakes; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_IngeschrevenInPubliekeDatastroom.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_IngeschrevenInPubliekeDatastroom.cs index dfab0753f..771d8823c 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_IngeschrevenInPubliekeDatastroom.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_IngeschrevenInPubliekeDatastroom.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using FluentAssertions; using Framework.Fakes; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_IngeschrevenVoorPubliekeDatastroom.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_IngeschrevenVoorPubliekeDatastroom.cs index 8121c6e24..16421934f 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_IngeschrevenVoorPubliekeDatastroom.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_IngeschrevenVoorPubliekeDatastroom.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using FluentAssertions; using Framework.Fakes; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_No_Fields.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_No_Fields.cs index 0a8a87576..036e2c7ad 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_No_Fields.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_No_Fields.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Framework.Fakes; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_Same_UitgeschrevenVoorPubliekeDatastroom.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_Same_UitgeschrevenVoorPubliekeDatastroom.cs index 793587fd5..c129cce50 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_Same_UitgeschrevenVoorPubliekeDatastroom.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_Same_UitgeschrevenVoorPubliekeDatastroom.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Framework.Fakes; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_HoofdactiviteitenVerenigingsloket.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_HoofdactiviteitenVerenigingsloket.cs index 9dc12234b..d36030736 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_HoofdactiviteitenVerenigingsloket.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_HoofdactiviteitenVerenigingsloket.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using Framework.Fakes; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_KorteBeschrijving.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_KorteBeschrijving.cs index 619b6c69a..702396bae 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_KorteBeschrijving.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_KorteBeschrijving.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using Framework.Fakes; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_KorteNaam.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_KorteNaam.cs index 0c0337ee9..f76929841 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_KorteNaam.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_KorteNaam.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using Framework.Fakes; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_Naam.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_Naam.cs index 7b0293539..fd481eb23 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_Naam.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_Naam.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using FluentAssertions; using Framework.Fakes; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_Startdatum.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_Startdatum.cs index 4c8ca8559..cb6bb2fb4 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_Startdatum.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_The_Same_Startdatum.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using FluentAssertions; using Framework.Fakes; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_UitgeschrevenUitPubliekeDatastroom.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_UitgeschrevenUitPubliekeDatastroom.cs index 3c4125e28..09dd27396 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_UitgeschrevenUitPubliekeDatastroom.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_UitgeschrevenUitPubliekeDatastroom.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Events; using FluentAssertions; using Framework.Fakes; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_UitgeschrevenUitPubliekeDatastroom_Null.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_UitgeschrevenUitPubliekeDatastroom_Null.cs index 870e6921f..cd8a1084f 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_UitgeschrevenUitPubliekeDatastroom_Null.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/CommandHandling/With_UitgeschrevenUitPubliekeDatastroom_Null.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Framework.Fakes; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/RequestHandling/With_Valid_ETag.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/RequestHandling/With_Valid_ETag.cs index 805f904b4..1b6d4ce37 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/RequestHandling/With_Valid_ETag.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/RequestHandling/With_Valid_ETag.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.RequestHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.WijzigBasisgegevens.FeitelijkeVereniging; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.WijzigBasisgegevens.FeitelijkeVereniging.RequestModels; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using Framework; using Hosts.Configuration.ConfigurationBindings; using Microsoft.AspNetCore.Http; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/RequestHandling/Without_Changes.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/RequestHandling/Without_Changes.cs index d8084283e..280d22d0b 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/RequestHandling/Without_Changes.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/FeitelijkeVereniging/When_WijzigBasisGegevens/RequestHandling/Without_Changes.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.FeitelijkeVereniging.When_WijzigBasisGegevens.RequestHandling; -using Acties.Basisgegevens.FeitelijkeVereniging; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.WijzigBasisgegevens.FeitelijkeVereniging; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.WijzigBasisgegevens.FeitelijkeVereniging.RequestModels; using AssociationRegistry.Admin.Api.Infrastructure; using EventStore; using AssociationRegistry.Framework; +using DecentraalBeheer.Basisgegevens.FeitelijkeVereniging; using FluentAssertions; using Framework; using Hosts.Configuration.ConfigurationBindings; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Adding_Vertegenwoordiger/CommandHandling/Then_It_Throws.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Adding_Vertegenwoordiger/CommandHandling/Then_It_Throws.cs index 8b58dbf32..cf7af11b9 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Adding_Vertegenwoordiger/CommandHandling/Then_It_Throws.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Adding_Vertegenwoordiger/CommandHandling/Then_It_Throws.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_Adding_Vertegenwoordiger.CommandHandling; -using Acties.Vertegenwoordigers.VoegVertegenwoordigerToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Vertegenwoordigers.VoegVertegenwoordigerToe; using FluentAssertions; using Vereniging.Exceptions; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_A_Duplicate_KboNummer.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_A_Duplicate_KboNummer.cs index 922a6ed0b..dc4ff9440 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_A_Duplicate_KboNummer.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_A_Duplicate_KboNummer.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_RegistreerVerenigingMetRechtspersoonlijkheid. CommandHandling; -using Acties.Registratie.RegistreerVerenigingUitKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerVerenigingUitKbo; using DuplicateVerenigingDetection; using FluentAssertions; using Framework.Fakes; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_A_KboNummer.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_A_KboNummer.cs index 10290fac8..4d97aa8bc 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_A_KboNummer.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_A_KboNummer.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_RegistreerVerenigingMetRechtspersoonlijkheid. CommandHandling; -using Acties.Registratie.RegistreerVerenigingUitKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerVerenigingUitKbo; using Events; using Framework.Fakes; using Kbo; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_An_Unknown_VerenigingVolgensKbo.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_An_Unknown_VerenigingVolgensKbo.cs index 2bef5c135..6b7a130d4 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_An_Unknown_VerenigingVolgensKbo.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_An_Unknown_VerenigingVolgensKbo.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_RegistreerVerenigingMetRechtspersoonlijkheid. CommandHandling; -using Acties.Registratie.RegistreerVerenigingUitKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerVerenigingUitKbo; using FluentAssertions; using Framework.Fakes; using Microsoft.Extensions.Logging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_An_VerenigingVolgensKbo_Adres.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_An_VerenigingVolgensKbo_Adres.cs index 79bd1c0d1..5f7f27b1f 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_An_VerenigingVolgensKbo_Adres.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_An_VerenigingVolgensKbo_Adres.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_RegistreerVerenigingMetRechtspersoonlijkheid. CommandHandling; -using Acties.Registratie.RegistreerVerenigingUitKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerVerenigingUitKbo; using Events; using Framework.Fakes; using Kbo; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_Contactgegevens.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_Contactgegevens.cs index b53e853b5..5eeeff0f7 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_Contactgegevens.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_Contactgegevens.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_RegistreerVerenigingMetRechtspersoonlijkheid. CommandHandling; -using Acties.Registratie.RegistreerVerenigingUitKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerVerenigingUitKbo; using Events; using Framework.Fakes; using Kbo; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_Invalid_Adres.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_Invalid_Adres.cs index 60722beb3..fa0ef6f2c 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_Invalid_Adres.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_Invalid_Adres.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_RegistreerVerenigingMetRechtspersoonlijkheid. CommandHandling; -using Acties.Registratie.RegistreerVerenigingUitKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerVerenigingUitKbo; using Events; using Framework.Fakes; using Kbo; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_Invalid_Contactgegevens.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_Invalid_Contactgegevens.cs index 8a7899ca9..9157851ba 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_Invalid_Contactgegevens.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_Invalid_Contactgegevens.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_RegistreerVerenigingMetRechtspersoonlijkheid. CommandHandling; -using Acties.Registratie.RegistreerVerenigingUitKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerVerenigingUitKbo; using Events; using Framework.Fakes; using Kbo; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_No_Adres.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_No_Adres.cs index eeb0c6d25..c466c3b12 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_No_Adres.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_RegistreerVerenigingMetRechtspersoonlijkheid/CommandHandling/With_VerenigingVolgensKbo_No_Adres.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_RegistreerVerenigingMetRechtspersoonlijkheid. CommandHandling; -using Acties.Registratie.RegistreerVerenigingUitKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; +using DecentraalBeheer.Registratie.RegistreerVerenigingUitKbo; using Events; using Framework.Fakes; using Kbo; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Removing_Vertegenwoordiger/CommandHandling/Then_It_Throws.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Removing_Vertegenwoordiger/CommandHandling/Then_It_Throws.cs index c5653900d..06f29e72d 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Removing_Vertegenwoordiger/CommandHandling/Then_It_Throws.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Removing_Vertegenwoordiger/CommandHandling/Then_It_Throws.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_Removing_Vertegenwoordiger.CommandHandling; -using Acties.Vertegenwoordigers.VerwijderVertegenwoordiger; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Vertegenwoordigers.VerwijderVertegenwoordiger; using FluentAssertions; using Vereniging.Exceptions; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_StopVereniging/CommandHandling/With_A_FeitelijkeVereniging.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_StopVereniging/CommandHandling/With_A_FeitelijkeVereniging.cs index 087c11477..93e7af0f6 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_StopVereniging/CommandHandling/With_A_FeitelijkeVereniging.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_StopVereniging/CommandHandling/With_A_FeitelijkeVereniging.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_StopVereniging.CommandHandling; -using Acties.StopVereniging; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.StopVereniging; using FluentAssertions; using Framework.Fakes; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Contactgegeven_That_Exists_With_Bron_Initiator.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Contactgegeven_That_Exists_With_Bron_Initiator.cs index d8dc6e0c5..a3e6c6667 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Contactgegeven_That_Exists_With_Bron_Initiator.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Contactgegeven_That_Exists_With_Bron_Initiator.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -11,6 +10,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Contactgegeven_That_Exists_With_Bron_Initiator_And_Beschrijving.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Contactgegeven_That_Exists_With_Bron_Initiator_And_Beschrijving.cs index 9664026ff..9d8c750c2 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Contactgegeven_That_Exists_With_Bron_Initiator_And_Beschrijving.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Contactgegeven_That_Exists_With_Bron_Initiator_And_Beschrijving.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -11,6 +10,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Invalid_Adres.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Invalid_Adres.cs index 887fb305d..746b3d5e6 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Invalid_Adres.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Invalid_Adres.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Invalid_Contactgegeven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Invalid_Contactgegeven.cs index 97a9e4718..88eedac54 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Invalid_Contactgegeven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Invalid_Contactgegeven.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Valid_Adres.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Valid_Adres.cs index 562279fff..8aebf4138 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Valid_Adres.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Valid_Adres.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Valid_Contactgegeven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Valid_Contactgegeven.cs index 18c7d8e15..265ed277b 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Valid_Contactgegeven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_And_Valid_Contactgegeven.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_But_Empty_Adres.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_But_Empty_Adres.cs index da8483a32..1d5599010 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_But_Empty_Adres.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_But_Empty_Adres.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_KorteNaam.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_KorteNaam.cs index 1884b52fd..b26af9a6e 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_KorteNaam.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_KorteNaam.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_Naam.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_Naam.cs index 1ef8390fb..d965ad740 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_Naam.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_Naam.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_Null_Adres.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_Null_Adres.cs index d4800a347..231dc43f1 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_Null_Adres.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_Null_Adres.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_StartDatum.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_StartDatum.cs index 7bdc53d22..e50606afd 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_StartDatum.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_StartDatum.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_VerenigingsType.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_VerenigingsType.cs index c513b4b8d..1aae535ad 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_VerenigingsType.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Different_VerenigingsType.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_New_Adres.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_New_Adres.cs index b90689de8..7378566b4 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_New_Adres.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_New_Adres.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_New_But_Invalid_Contactgegeven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_New_But_Invalid_Contactgegeven.cs index 50ea4710f..efa0aa40f 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_New_But_Invalid_Contactgegeven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_New_But_Invalid_Contactgegeven.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_New_Contactgegeven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_New_Contactgegeven.cs index 4fda672ba..9047b79f9 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_New_Contactgegeven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_New_Contactgegeven.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Removed_Contactgegeven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Removed_Contactgegeven.cs index 23a41e81d..f766105f0 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Removed_Contactgegeven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_A_Removed_Contactgegeven.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_Inactief_And_Einddatum.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_Inactief_And_Einddatum.cs index 7db11e3f2..4ff23192c 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_Inactief_And_Einddatum.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_Inactief_And_Einddatum.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_No_Changes.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_No_Changes.cs index 77377b18f..cd27e4219 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_No_Changes.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_No_Changes.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_No_Changes_ReedsIngeschreven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_No_Changes_ReedsIngeschreven.cs index 8a235c1b7..1ef5d210c 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_No_Changes_ReedsIngeschreven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_SyncKbo/CommandHandling/With_No_Changes_ReedsIngeschreven.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_SyncKbo.CommandHandling; -using Acties.KboSyncLambda.SyncKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; @@ -10,6 +9,7 @@ using FluentAssertions; using Framework.Fakes; using Kbo; +using KboSyncLambda.SyncKbo; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Notifications; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_Existing_HoofdActiviteiten.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_Existing_HoofdActiviteiten.cs index 1fad2f854..e6912bcd9 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_Existing_HoofdActiviteiten.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_Existing_HoofdActiviteiten.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using Vereniging; using Vereniging.Exceptions; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_No_Existing_HoofdActiviteit.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_No_Existing_HoofdActiviteit.cs index 4ea07a26e..e2ee71f88 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_No_Existing_HoofdActiviteit.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/Given_Vereniging_With_No_Existing_HoofdActiviteit.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_FeitelijkeVereniging.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_FeitelijkeVereniging.cs index 309c95fa3..635eddbf8 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_FeitelijkeVereniging.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_FeitelijkeVereniging.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using FluentAssertions; using Vereniging.Exceptions; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_KorteBeschrijving.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_KorteBeschrijving.cs index 3e05f1dac..04bced042 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_KorteBeschrijving.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_KorteBeschrijving.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Maximumleeftijd.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Maximumleeftijd.cs index 2e2059108..deee3fa84 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Maximumleeftijd.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Maximumleeftijd.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd.cs index de0267035..6e9c4eeaa 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd_And_A_Maximumleeftijd.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd_And_A_Maximumleeftijd.cs index 03519c70b..478ef6710 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd_And_A_Maximumleeftijd.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Minimumleeftijd_And_A_Maximumleeftijd.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Roepnaam.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Roepnaam.cs index 69b040532..abef1664b 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Roepnaam.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_A_Roepnaam.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket.cs index 8d7172f6e..1a29ad468 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using EventFactories; using Events; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket_Null.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket_Null.cs index b05a01c8e..d15b5e7fa 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket_Null.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_HoofdactiviteitenVerenigingsloket_Null.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_No_Fields.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_No_Fields.cs index 980e30658..070f72371 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_No_Fields.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_No_Fields.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using Vereniging; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_Werkingsgebieden.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_Werkingsgebieden.cs index a8c5c620e..80a0d836f 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_Werkingsgebieden.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_Werkingsgebieden.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using EventFactories; using Events; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_Werkingsgebieden_Null.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_Werkingsgebieden_Null.cs index f41c7025d..912723fe9 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_Werkingsgebieden_Null.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/CommandHandling/With_Werkingsgebieden_Null.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.CommandHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/RequestHandling/With_Valid_ETag.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/RequestHandling/With_Valid_ETag.cs index d27c88e10..5b6307a0c 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/RequestHandling/With_Valid_ETag.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/RequestHandling/With_Valid_ETag.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.RequestHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.WijzigBasisgegevens.MetRechtspersoonlijkheid; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.WijzigBasisgegevens.MetRechtspersoonlijkheid.RequestModels; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using Framework; using Hosts.Configuration.ConfigurationBindings; using Microsoft.AspNetCore.Http; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/RequestHandling/Without_Changes.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/RequestHandling/Without_Changes.cs index da3730e84..03ffceaee 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/RequestHandling/Without_Changes.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_WijzigBasisGegevens/RequestHandling/Without_Changes.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_WijzigBasisGegevens.RequestHandling; -using Acties.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.WijzigBasisgegevens.MetRechtspersoonlijkheid; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.WijzigBasisgegevens.MetRechtspersoonlijkheid.RequestModels; using AssociationRegistry.Admin.Api.Infrastructure; using EventStore; using AssociationRegistry.Framework; +using DecentraalBeheer.Basisgegevens.VerenigingMetRechtspersoonlijkheid; using FluentAssertions; using Framework; using Hosts.Configuration.ConfigurationBindings; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_ContactgegevenFromKbo/CommandHandling/Given_A_Contactgegeven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_ContactgegevenFromKbo/CommandHandling/Given_A_Contactgegeven.cs index 144e0a64d..5490817b6 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_ContactgegevenFromKbo/CommandHandling/Given_A_Contactgegeven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_ContactgegevenFromKbo/CommandHandling/Given_A_Contactgegeven.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_Wijzig_ContactgegevenFromKbo.CommandHandling; -using Acties.Contactgegevens.WijzigContactgegevenFromKbo; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.WijzigContactgegevenFromKbo; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_ContactgegevenFromKbo/RequestHandling/With_Valid_ETag.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_ContactgegevenFromKbo/RequestHandling/With_Valid_ETag.cs index 8740a0bf6..df3199cca 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_ContactgegevenFromKbo/RequestHandling/With_Valid_ETag.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_ContactgegevenFromKbo/RequestHandling/With_Valid_ETag.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_Wijzig_ContactgegevenFromKbo.RequestHandling; -using Acties.Contactgegevens.WijzigContactgegevenFromKbo; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.VerenigingMetRechtspersoonlijkheid.WijzigContactgegeven; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.VerenigingMetRechtspersoonlijkheid.WijzigContactgegeven.RequestModels; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Contactgegevens.WijzigContactgegevenFromKbo; using Framework; using Hosts.Configuration.ConfigurationBindings; using Microsoft.AspNetCore.Http; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_ContactgegevenFromKbo/RequestHandling/Without_Changes.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_ContactgegevenFromKbo/RequestHandling/Without_Changes.cs index b20de0515..6e25b7fc4 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_ContactgegevenFromKbo/RequestHandling/Without_Changes.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_ContactgegevenFromKbo/RequestHandling/Without_Changes.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_Wijzig_ContactgegevenFromKbo.RequestHandling; -using Acties.Contactgegevens.WijzigContactgegevenFromKbo; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.VerenigingMetRechtspersoonlijkheid.WijzigContactgegeven; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.VerenigingMetRechtspersoonlijkheid.WijzigContactgegeven.RequestModels; using AssociationRegistry.Admin.Api.Infrastructure; using EventStore; using AssociationRegistry.Framework; +using DecentraalBeheer.Contactgegevens.WijzigContactgegevenFromKbo; using FluentAssertions; using Framework; using Hosts.Configuration.ConfigurationBindings; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_MaatschappelijkeZetel/CommandHandling/Given_A_MaatschappelijkeZetel.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_MaatschappelijkeZetel/CommandHandling/Given_A_MaatschappelijkeZetel.cs index ce70c47a2..1db2f4d24 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_MaatschappelijkeZetel/CommandHandling/Given_A_MaatschappelijkeZetel.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_MaatschappelijkeZetel/CommandHandling/Given_A_MaatschappelijkeZetel.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_Wijzig_MaatschappelijkeZetel.CommandHandling; -using Acties.Locaties.WijzigMaatschappelijkeZetel; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.WijzigMaatschappelijkeZetel; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_MaatschappelijkeZetel/RequestHandling/With_Valid_ETag.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_MaatschappelijkeZetel/RequestHandling/With_Valid_ETag.cs index d7b126b38..b30df998b 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_MaatschappelijkeZetel/RequestHandling/With_Valid_ETag.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_MaatschappelijkeZetel/RequestHandling/With_Valid_ETag.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_Wijzig_MaatschappelijkeZetel.RequestHandling; -using Acties.Locaties.WijzigMaatschappelijkeZetel; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.VerenigingMetRechtspersoonlijkheid.WijzigMaatschappelijkeZetel; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.VerenigingMetRechtspersoonlijkheid.WijzigMaatschappelijkeZetel.RequestModels; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Locaties.WijzigMaatschappelijkeZetel; using Framework; using Hosts.Configuration.ConfigurationBindings; using Microsoft.AspNetCore.Http; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_MaatschappelijkeZetel/RequestHandling/Without_Changes.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_MaatschappelijkeZetel/RequestHandling/Without_Changes.cs index 928911bb1..f852ea12b 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_MaatschappelijkeZetel/RequestHandling/Without_Changes.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingMetRechtspersoonlijkheid/When_Wijzig_MaatschappelijkeZetel/RequestHandling/Without_Changes.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingMetRechtspersoonlijkheid.When_Wijzig_MaatschappelijkeZetel.RequestHandling; -using Acties.Locaties.WijzigMaatschappelijkeZetel; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.VerenigingMetRechtspersoonlijkheid.WijzigMaatschappelijkeZetel; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.VerenigingMetRechtspersoonlijkheid.WijzigMaatschappelijkeZetel.RequestModels; using AssociationRegistry.Admin.Api.Infrastructure; using EventStore; using AssociationRegistry.Framework; +using DecentraalBeheer.Locaties.WijzigMaatschappelijkeZetel; using FluentAssertions; using Framework; using Hosts.Configuration.ConfigurationBindings; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Contactgegeven_Was_Removed.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Contactgegeven_Was_Removed.cs index 2704e3d42..e91975cb3 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Contactgegeven_Was_Removed.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Contactgegeven_Was_Removed.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.VoegContactgegevenToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.VoegContactgegevenToe; using Events; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Contactgegeven_With_Same_Type_And_Value_But_Diff_Beschrijving.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Contactgegeven_With_Same_Type_And_Value_But_Diff_Beschrijving.cs index dbc89a912..5c2d06270 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Contactgegeven_With_Same_Type_And_Value_But_Diff_Beschrijving.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Contactgegeven_With_Same_Type_And_Value_But_Diff_Beschrijving.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.VoegContactgegevenToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.VoegContactgegevenToe; using FluentAssertions; using Vereniging.Exceptions; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Duplicate_Contactgegeven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Duplicate_Contactgegeven.cs index b99fa94d4..9b6dbc245 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Duplicate_Contactgegeven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Duplicate_Contactgegeven.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.VoegContactgegevenToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.VoegContactgegevenToe; using FluentAssertions; using Vereniging.Exceptions; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_NietPrimair_Contactgegeven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_NietPrimair_Contactgegeven.cs index 7c4454b90..7585e4be6 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_NietPrimair_Contactgegeven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_NietPrimair_Contactgegeven.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.VoegContactgegevenToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.VoegContactgegevenToe; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Second_NietPrimair_Contactgegeven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Second_NietPrimair_Contactgegeven.cs index c229c4d25..9ddb647a8 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Second_NietPrimair_Contactgegeven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Second_NietPrimair_Contactgegeven.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.VoegContactgegevenToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.VoegContactgegevenToe; using Events; using FluentAssertions; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Second_Primair_Contactgegeven_Of_The_Same_Type.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Second_Primair_Contactgegeven_Of_The_Same_Type.cs index cefdfdbae..9b8703eaf 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Second_Primair_Contactgegeven_Of_The_Same_Type.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/CommandHandling/Given_A_Second_Primair_Contactgegeven_Of_The_Same_Type.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.VoegContactgegevenToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.VoegContactgegevenToe; using FluentAssertions; using Vereniging; using Vereniging.Exceptions; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/RequestHandling/With_Valid_ETag.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/RequestHandling/With_Valid_ETag.cs index 54200b4d6..09f09c780 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/RequestHandling/With_Valid_ETag.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/RequestHandling/With_Valid_ETag.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Contactgegeven.RequestHandling; -using Acties.Contactgegevens.VoegContactgegevenToe; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.VoegContactGegevenToe; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.VoegContactGegevenToe.RequestsModels; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Contactgegevens.VoegContactgegevenToe; using Framework; using Hosts.Configuration.ConfigurationBindings; using Microsoft.AspNetCore.Http; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/RequestHandling/With_Valid_Request.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/RequestHandling/With_Valid_Request.cs index effd2cbc7..908b9ad9f 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/RequestHandling/With_Valid_Request.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Contactgegeven/RequestHandling/With_Valid_Request.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Contactgegeven.RequestHandling; -using Acties.Contactgegevens.VoegContactgegevenToe; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.VoegContactGegevenToe; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.VoegContactGegevenToe.RequestsModels; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Contactgegevens.VoegContactgegevenToe; using FluentAssertions; using FluentAssertions.Execution; using Framework; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Lidmaatschap/CommandHandling/Given_A_Lidmaatschap.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Lidmaatschap/CommandHandling/Given_A_Lidmaatschap.cs index ceca7beea..d91fa96f3 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Lidmaatschap/CommandHandling/Given_A_Lidmaatschap.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Lidmaatschap/CommandHandling/Given_A_Lidmaatschap.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Lidmaatschap.CommandHandling; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; using Events; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Lidmaatschap/CommandHandling/Given_A_Reeds_Gewijzigd_Lidmaatschap.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Lidmaatschap/CommandHandling/Given_A_Reeds_Gewijzigd_Lidmaatschap.cs index d67453932..78657d9a9 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Lidmaatschap/CommandHandling/Given_A_Reeds_Gewijzigd_Lidmaatschap.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Lidmaatschap/CommandHandling/Given_A_Reeds_Gewijzigd_Lidmaatschap.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Lidmaatschap.CommandHandling; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; using Events; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie.cs index 17e8e9654..96f45d1f9 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie.cs @@ -1,15 +1,16 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Locatie.CommandHandling; -using Acties.Locaties.VoegLocatieToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.VoegLocatieToe; using EventFactories; using Events; using FluentAssertions; using Grar; +using Grar.Clients; using Marten; using Moq; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId.cs index 9d083f862..888000264 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId.cs @@ -1,14 +1,15 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Locatie.CommandHandling; -using Acties.Locaties.VoegLocatieToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.VoegLocatieToe; using EventFactories; using Events; using Grar; +using Grar.Clients; using Grar.Models; using Marten; using Messages; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_410.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_410.cs index b7d786816..996fda55d 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_410.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_410.cs @@ -1,12 +1,13 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Locatie.CommandHandling; -using Acties.Locaties.VoegLocatieToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.VoegLocatieToe; using Grar; +using Grar.Clients; using Grar.Exceptions; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_ClientErrorStatusCode.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_ClientErrorStatusCode.cs index 71d6b3ca6..b335a0780 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_ClientErrorStatusCode.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_ClientErrorStatusCode.cs @@ -1,13 +1,14 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Locatie.CommandHandling; -using Acties.Locaties.VoegLocatieToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.VoegLocatieToe; using FluentAssertions; using Grar; +using Grar.Clients; using Grar.Exceptions; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_Inactief_Adres.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_Inactief_Adres.cs index 493e0545e..374dc4310 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_Inactief_Adres.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_Inactief_Adres.cs @@ -1,13 +1,14 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Locatie.CommandHandling; -using Acties.Locaties.VoegLocatieToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.VoegLocatieToe; using Events; using Grar; +using Grar.Clients; using Grar.Exceptions; using Grar.Models; using Marten; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_NonSuccessStatusCode.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_NonSuccessStatusCode.cs index 4220e6b4b..e8a8c328a 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_NonSuccessStatusCode.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_A_Locatie_With_AdresId_And_Adressenregister_Returned_NonSuccessStatusCode.cs @@ -1,12 +1,13 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Locatie.CommandHandling; -using Acties.Locaties.VoegLocatieToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.VoegLocatieToe; using Grar; +using Grar.Clients; using Grar.Exceptions; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_An_Existing_Locatie_Without_AdresId.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_An_Existing_Locatie_Without_AdresId.cs index fda1050d7..3e47e1561 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_An_Existing_Locatie_Without_AdresId.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/CommandHandling/Given_An_Existing_Locatie_Without_AdresId.cs @@ -1,13 +1,14 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Locatie.CommandHandling; -using Acties.Locaties.VoegLocatieToe; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.VoegLocatieToe; using Events; using Grar; +using Grar.Clients; using Grar.Models; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/RequestHandling/With_Valid_ETag.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/RequestHandling/With_Valid_ETag.cs index b10c42450..31625ee6b 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/RequestHandling/With_Valid_ETag.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/RequestHandling/With_Valid_ETag.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Locatie.RequestHandling; -using Acties.Locaties.VoegLocatieToe; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.VoegLocatieToe; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.VoegLocatieToe.RequestModels; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Locaties.VoegLocatieToe; using Framework; using Hosts.Configuration.ConfigurationBindings; using Microsoft.AspNetCore.Http; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/RequestHandling/With_Valid_Request.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/RequestHandling/With_Valid_Request.cs index 7ffe51080..b9638b00b 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/RequestHandling/With_Valid_Request.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Adding_Locatie/RequestHandling/With_Valid_Request.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Adding_Locatie.RequestHandling; -using Acties.Locaties.VoegLocatieToe; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.VoegLocatieToe; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.VoegLocatieToe.RequestModels; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Locaties.VoegLocatieToe; using FluentAssertions; using FluentAssertions.Execution; using Framework; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/CommandHandling/With_A_Known_ContactgegevenId.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/CommandHandling/With_A_Known_ContactgegevenId.cs index 69380c78c..c30e8529a 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/CommandHandling/With_A_Known_ContactgegevenId.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/CommandHandling/With_A_Known_ContactgegevenId.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Removing_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.VerwijderContactgegeven; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.VerwijderContactgegeven; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/CommandHandling/With_An_Unknown_ContactgegevenId.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/CommandHandling/With_An_Unknown_ContactgegevenId.cs index f799a1f9b..951d68eff 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/CommandHandling/With_An_Unknown_ContactgegevenId.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/CommandHandling/With_An_Unknown_ContactgegevenId.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Removing_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.VerwijderContactgegeven; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.VerwijderContactgegeven; using FluentAssertions; using Vereniging.Exceptions; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/RequestHandling/With_Valid_ETag.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/RequestHandling/With_Valid_ETag.cs index 9fe053cb0..1330dea64 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/RequestHandling/With_Valid_ETag.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/RequestHandling/With_Valid_ETag.cs @@ -1,10 +1,10 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Removing_Contactgegeven.RequestHandling; -using Acties.Contactgegevens.VerwijderContactgegeven; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.VerwijderContactgegeven; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Contactgegevens.VerwijderContactgegeven; using Framework; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/RequestHandling/With_Valid_Request.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/RequestHandling/With_Valid_Request.cs index e4f646847..65f7c5829 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/RequestHandling/With_Valid_Request.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Contactgegeven/RequestHandling/With_Valid_Request.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Removing_Contactgegeven.RequestHandling; -using Acties.Contactgegevens.VerwijderContactgegeven; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.VerwijderContactgegeven; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Contactgegevens.VerwijderContactgegeven; using FluentAssertions; using FluentAssertions.Execution; using Framework; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Lidmaatschap/CommandHandling/Given_A_Lidmaatschap.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Lidmaatschap/CommandHandling/Given_A_Lidmaatschap.cs index 52ddf64c3..72ac3eb8f 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Lidmaatschap/CommandHandling/Given_A_Lidmaatschap.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Lidmaatschap/CommandHandling/Given_A_Lidmaatschap.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Removing_Lidmaatschap.CommandHandling; -using Acties.Lidmaatschappen.VerwijderLidmaatschap; using Events; using AssociationRegistry.Framework; using AssociationRegistry.Test.Common.AutoFixture; @@ -8,6 +7,7 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_R using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using Vereniging; using AutoFixture; +using DecentraalBeheer.Lidmaatschappen.VerwijderLidmaatschap; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/VerenigingMetRechtsPersoonlijkheid_With_One_Locatie.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/VerenigingMetRechtsPersoonlijkheid_With_One_Locatie.cs index 80abef06d..229eaf6a3 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/VerenigingMetRechtsPersoonlijkheid_With_One_Locatie.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/VerenigingMetRechtsPersoonlijkheid_With_One_Locatie.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Removing_Locatie.CommandHandling; -using Acties.Locaties.VerwijderLocatie; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.VerwijderLocatie; using Vereniging.Exceptions; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/With_A_Known_LocatieId.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/With_A_Known_LocatieId.cs index 6871fecf6..f815a6a40 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/With_A_Known_LocatieId.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/With_A_Known_LocatieId.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Removing_Locatie.CommandHandling; -using Acties.Locaties.VerwijderLocatie; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.VerwijderLocatie; using Events; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/With_An_Unknown_VertegenwoordigerId.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/With_An_Unknown_VertegenwoordigerId.cs index fea6c2ede..b874040b5 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/With_An_Unknown_VertegenwoordigerId.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/With_An_Unknown_VertegenwoordigerId.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Removing_Locatie.CommandHandling; -using Acties.Locaties.VerwijderLocatie; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.VerwijderLocatie; using FluentAssertions; using Vereniging.Exceptions; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/With_One_Locatie.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/With_One_Locatie.cs index ca120bd05..9402f2605 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/With_One_Locatie.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/CommandHandling/With_One_Locatie.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Removing_Locatie.CommandHandling; -using Acties.Locaties.VerwijderLocatie; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.VerwijderLocatie; using Vereniging.Exceptions; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/RequestHandling/With_Valid_ETag.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/RequestHandling/With_Valid_ETag.cs index 908a83d0a..9f3f8d6d2 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/RequestHandling/With_Valid_ETag.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Removing_Locatie/RequestHandling/With_Valid_ETag.cs @@ -1,10 +1,10 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Removing_Locatie.RequestHandling; -using Acties.Locaties.VerwijderLocatie; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.VerwijderLocatie; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Locaties.VerwijderLocatie; using Framework; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_A_Contactgegeven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_A_Contactgegeven.cs index 56b975c27..1a88ff54b 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_A_Contactgegeven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_A_Contactgegeven.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.WijzigContactgegeven; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.WijzigContactgegeven; using Events; using Vereniging; using Vereniging.Emails; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_A_Contactgegeven_With_Invalid_Waarde.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_A_Contactgegeven_With_Invalid_Waarde.cs index 217211641..dfd9107e9 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_A_Contactgegeven_With_Invalid_Waarde.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_A_Contactgegeven_With_Invalid_Waarde.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.WijzigContactgegeven; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.WijzigContactgegeven; using FluentAssertions; using Vereniging.Emails.Exceptions; using Vereniging.Websites; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_A_Duplicate_Contactgegeven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_A_Duplicate_Contactgegeven.cs index b12755e34..cfe637848 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_A_Duplicate_Contactgegeven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_A_Duplicate_Contactgegeven.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.WijzigContactgegeven; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.WijzigContactgegeven; using FluentAssertions; using Vereniging.Exceptions; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_Multiple_Primair_Contactgegeven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_Multiple_Primair_Contactgegeven.cs index e47af716b..f54e25204 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_Multiple_Primair_Contactgegeven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_Multiple_Primair_Contactgegeven.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.WijzigContactgegeven; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.WijzigContactgegeven; using FluentAssertions; using Vereniging.Exceptions; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_No_Modifications_To_The_Contactgegeven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_No_Modifications_To_The_Contactgegeven.cs index 9bfabbb6c..2899e1aef 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_No_Modifications_To_The_Contactgegeven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_No_Modifications_To_The_Contactgegeven.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.WijzigContactgegeven; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.WijzigContactgegeven; using FluentAssertions; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_Null_Values_Does_Not_Update_Anything.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_Null_Values_Does_Not_Update_Anything.cs index e0ce37a54..ecabb4f48 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_Null_Values_Does_Not_Update_Anything.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/Given_Null_Values_Does_Not_Update_Anything.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.WijzigContactgegeven; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.WijzigContactgegeven; using Events; using Vereniging; using Vereniging.Emails; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/With_An_Unknown_ContactgegevenId.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/With_An_Unknown_ContactgegevenId.cs index 5b43d4c9a..2174cbf5a 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/With_An_Unknown_ContactgegevenId.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/CommandHandling/With_An_Unknown_ContactgegevenId.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Contactgegeven.CommandHandling; -using Acties.Contactgegevens.WijzigContactgegeven; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Contactgegevens.WijzigContactgegeven; using FluentAssertions; using Vereniging.Emails; using Vereniging.Exceptions; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/RequestHandling/With_Valid_ETag.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/RequestHandling/With_Valid_ETag.cs index 7dc1d7fd7..9f42205d8 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/RequestHandling/With_Valid_ETag.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/RequestHandling/With_Valid_ETag.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Contactgegeven.RequestHandling; -using Acties.Contactgegevens.WijzigContactgegeven; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.WijzigContactgegeven; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.WijzigContactgegeven.RequestModels; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Contactgegevens.WijzigContactgegeven; using Framework; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/RequestHandling/With_Valid_Request.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/RequestHandling/With_Valid_Request.cs index d61bee467..cbfaadb21 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/RequestHandling/With_Valid_Request.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/RequestHandling/With_Valid_Request.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Contactgegeven.RequestHandling; -using Acties.Contactgegevens.WijzigContactgegeven; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.WijzigContactgegeven; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.WijzigContactgegeven.RequestModels; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Contactgegevens.WijzigContactgegeven; using FluentAssertions; using FluentAssertions.Execution; using Framework; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/RequestHandling/Without_Changes.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/RequestHandling/Without_Changes.cs index 8901ef4a9..ef28bcfc9 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/RequestHandling/Without_Changes.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Contactgegeven/RequestHandling/Without_Changes.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Contactgegeven.RequestHandling; -using Acties.Contactgegevens.WijzigContactgegeven; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.WijzigContactgegeven; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Contactgegevens.FeitelijkeVereniging.WijzigContactgegeven.RequestModels; using AssociationRegistry.Admin.Api.Infrastructure; using EventStore; using AssociationRegistry.Framework; +using DecentraalBeheer.Contactgegevens.WijzigContactgegeven; using FluentAssertions; using FluentValidation; using Framework; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Lidmaatschap/CommandHandling/Given_A_Lidmaatschap.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Lidmaatschap/CommandHandling/Given_A_Lidmaatschap.cs index aaf74a2ed..dd4cf33de 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Lidmaatschap/CommandHandling/Given_A_Lidmaatschap.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Lidmaatschap/CommandHandling/Given_A_Lidmaatschap.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Lidmaatschap.CommandHandling; -using Acties.Lidmaatschappen.WijzigLidmaatschap; using Events; using AssociationRegistry.Framework; using AssociationRegistry.Test.Common.AutoFixture; @@ -8,6 +7,7 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_W using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using Vereniging; using AutoFixture; +using DecentraalBeheer.Lidmaatschappen.WijzigLidmaatschap; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/CommandHandling/Given_A_Locatie_With_AdresId.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/CommandHandling/Given_A_Locatie_With_AdresId.cs index ce4757cbd..ba57a3da0 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/CommandHandling/Given_A_Locatie_With_AdresId.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/CommandHandling/Given_A_Locatie_With_AdresId.cs @@ -1,15 +1,16 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Locatie.CommandHandling; -using Acties.Locaties.WijzigLocatie; using AssociationRegistry.Admin.ProjectionHost.Constants; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.WijzigLocatie; using EventFactories; using Events; using Grar; +using Grar.Clients; using Grar.Models; using Grar.Models.PostalInfo; using Marten; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/CommandHandling/Given_All_Fields.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/CommandHandling/Given_All_Fields.cs index 176253f51..b72098b6b 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/CommandHandling/Given_All_Fields.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/CommandHandling/Given_All_Fields.cs @@ -1,14 +1,15 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Locatie.CommandHandling; -using Acties.Locaties.WijzigLocatie; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.WijzigLocatie; using EventFactories; using Events; using Grar; +using Grar.Clients; using Marten; using Moq; using Vereniging; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/CommandHandling/Given_An_Existing_Locatie_Without_AdresId.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/CommandHandling/Given_An_Existing_Locatie_Without_AdresId.cs index 0b8b44ec2..9cf2033b4 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/CommandHandling/Given_An_Existing_Locatie_Without_AdresId.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/CommandHandling/Given_An_Existing_Locatie_Without_AdresId.cs @@ -1,13 +1,14 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Locatie.CommandHandling; -using Acties.Locaties.WijzigLocatie; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Locaties.WijzigLocatie; using Events; using Grar; +using Grar.Clients; using Grar.Models; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/RequestHandling/With_Valid_ETag.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/RequestHandling/With_Valid_ETag.cs index 152ba3838..0828a95ad 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/RequestHandling/With_Valid_ETag.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/RequestHandling/With_Valid_ETag.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Locatie.RequestHandling; -using Acties.Locaties.WijzigLocatie; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.WijzigLocatie; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.WijzigLocatie.RequestModels; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Locaties.WijzigLocatie; using Framework; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/RequestHandling/With_Valid_Request.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/RequestHandling/With_Valid_Request.cs index fbb9a4b7d..9d512a1a6 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/RequestHandling/With_Valid_Request.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Locatie/RequestHandling/With_Valid_Request.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Locatie.RequestHandling; -using Acties.Locaties.WijzigLocatie; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.WijzigLocatie; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Locaties.FeitelijkeVereniging.WijzigLocatie.RequestModels; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Locaties.WijzigLocatie; using FluentAssertions; using FluentAssertions.Execution; using Framework; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_A_Vertegenwoordiger.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_A_Vertegenwoordiger.cs index ec38cfc9d..42a1f03a0 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_A_Vertegenwoordiger.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_A_Vertegenwoordiger.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Vertegenwoordiger.CommandHandling; -using Acties.Vertegenwoordigers.WijzigVertegenwoordiger; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Vertegenwoordigers.WijzigVertegenwoordiger; using Events; using Vereniging.Emails; using Vereniging.SocialMedias; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_Multiple_Primair_Vertegenwoordigers.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_Multiple_Primair_Vertegenwoordigers.cs index 67a9e1c7a..30a562e5a 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_Multiple_Primair_Vertegenwoordigers.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_Multiple_Primair_Vertegenwoordigers.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Vertegenwoordiger.CommandHandling; -using Acties.Vertegenwoordigers.WijzigVertegenwoordiger; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Vertegenwoordigers.WijzigVertegenwoordiger; using FluentAssertions; using Vereniging.Exceptions; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_No_Modifications_To_The_Contactgegeven.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_No_Modifications_To_The_Contactgegeven.cs index e43888a4f..64a63f72c 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_No_Modifications_To_The_Contactgegeven.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_No_Modifications_To_The_Contactgegeven.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Vertegenwoordiger.CommandHandling; -using Acties.Vertegenwoordigers.WijzigVertegenwoordiger; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Vertegenwoordigers.WijzigVertegenwoordiger; using FluentAssertions; using Vereniging; using Vereniging.Emails; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_Null_Values_Does_Not_Update_Anything.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_Null_Values_Does_Not_Update_Anything.cs index 9e8258921..6f52f9a56 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_Null_Values_Does_Not_Update_Anything.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/Given_Null_Values_Does_Not_Update_Anything.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Vertegenwoordiger.CommandHandling; -using Acties.Vertegenwoordigers.WijzigVertegenwoordiger; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Vertegenwoordigers.WijzigVertegenwoordiger; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/With_An_Unknown_VertegenwoordigerId.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/With_An_Unknown_VertegenwoordigerId.cs index b7a031b16..a21198795 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/With_An_Unknown_VertegenwoordigerId.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/CommandHandling/With_An_Unknown_VertegenwoordigerId.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Vertegenwoordiger.CommandHandling; -using Acties.Vertegenwoordigers.WijzigVertegenwoordiger; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using DecentraalBeheer.Vertegenwoordigers.WijzigVertegenwoordiger; using FluentAssertions; using Vereniging.Emails; using Vereniging.Exceptions; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/RequestHandling/With_Valid_ETag.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/RequestHandling/With_Valid_ETag.cs index cec3ba25c..ae77ac8db 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/RequestHandling/With_Valid_ETag.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/RequestHandling/With_Valid_ETag.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Vertegenwoordiger.RequestHandling; -using Acties.Vertegenwoordigers.WijzigVertegenwoordiger; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.WijzigVertegenwoordiger; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.WijzigVertegenwoordiger.RequestModels; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Vertegenwoordigers.WijzigVertegenwoordiger; using Framework; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/RequestHandling/With_Valid_Request.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/RequestHandling/With_Valid_Request.cs index 67cccb68f..f8fe53ea6 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/RequestHandling/With_Valid_Request.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/RequestHandling/With_Valid_Request.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Vertegenwoordiger.RequestHandling; -using Acties.Vertegenwoordigers.WijzigVertegenwoordiger; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.WijzigVertegenwoordiger; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.WijzigVertegenwoordiger.RequestModels; using AssociationRegistry.Admin.Api.Infrastructure; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Vertegenwoordigers.WijzigVertegenwoordiger; using FluentAssertions; using FluentAssertions.Execution; using Framework; diff --git a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/RequestHandling/Without_Changes.cs b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/RequestHandling/Without_Changes.cs index 2ce22e659..e72278079 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/RequestHandling/Without_Changes.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Commands/VerenigingOfAnyKind/When_Wijzig_Vertegenwoordiger/RequestHandling/Without_Changes.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Admin.Api.Commands.VerenigingOfAnyKind.When_Wijzig_Vertegenwoordiger.RequestHandling; -using Acties.Vertegenwoordigers.WijzigVertegenwoordiger; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.WijzigVertegenwoordiger; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Vertegenwoordigers.FeitelijkeVereniging.WijzigVertegenwoordiger.RequestModels; using AssociationRegistry.Admin.Api.Infrastructure; using EventStore; using AssociationRegistry.Framework; +using DecentraalBeheer.Vertegenwoordigers.WijzigVertegenwoordiger; using FluentAssertions; using FluentValidation; using Framework; diff --git a/test/AssociationRegistry.Test.Admin.Api/Controllers/VoegLidmaatschapToeControllerTests.cs b/test/AssociationRegistry.Test.Admin.Api/Controllers/VoegLidmaatschapToeControllerTests.cs index 5709f7979..229c0813d 100644 --- a/test/AssociationRegistry.Test.Admin.Api/Controllers/VoegLidmaatschapToeControllerTests.cs +++ b/test/AssociationRegistry.Test.Admin.Api/Controllers/VoegLidmaatschapToeControllerTests.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Admin.Api.Controllers; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Lidmaatschap.VoegLidmaatschapToe; using AssociationRegistry.Admin.Api.DecentraalBeheer.Verenigingen.Lidmaatschap.VoegLidmaatschapToe.RequestModels; using AssociationRegistry.Admin.Api.Infrastructure.Middleware; @@ -10,6 +9,7 @@ using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; using FluentValidation; using Hosts.Configuration.ConfigurationBindings; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/SetupMockExtension.cs b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/SetupMockExtension.cs index e732994cd..57046a9ac 100644 --- a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/SetupMockExtension.cs +++ b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/SetupMockExtension.cs @@ -1,7 +1,7 @@ namespace AssociationRegistry.Test.Admin.Api.GrarConsumer.FusieEvents.When_Consuming_Merger_Events; -using Acties.GrarConsumer; using AssociationRegistry.Framework; +using Grar.GrarConsumer.Messaging; using Moq; using Wolverine; using Wolverine.Marten; diff --git a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeHeradresserenLocatiesHandlerTests/Given_No_Locations_Found.cs b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeHeradresserenLocatiesHandlerTests/Given_No_Locations_Found.cs index 3762aafd1..9e6197acb 100644 --- a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeHeradresserenLocatiesHandlerTests/Given_No_Locations_Found.cs +++ b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeHeradresserenLocatiesHandlerTests/Given_No_Locations_Found.cs @@ -1,9 +1,9 @@ namespace AssociationRegistry.Test.Admin.Api.GrarConsumer.FusieEvents.When_Consuming_Merger_Events.TeHeradresserenLocatiesHandlerTests; -using Acties.GrarConsumer.HeradresseerLocaties; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using Grar.GrarConsumer.Messaging.HeradresseerLocaties; using Grar.GrarUpdates.Fusies.TeHeradresserenLocaties; using Grar.GrarUpdates.LocatieFinder; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeHeradresserenLocatiesHandlerTests/Given_One_Location_Found.cs b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeHeradresserenLocatiesHandlerTests/Given_One_Location_Found.cs index 7693416eb..bee05d41f 100644 --- a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeHeradresserenLocatiesHandlerTests/Given_One_Location_Found.cs +++ b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeHeradresserenLocatiesHandlerTests/Given_One_Location_Found.cs @@ -1,10 +1,10 @@ namespace AssociationRegistry.Test.Admin.Api.GrarConsumer.FusieEvents.When_Consuming_Merger_Events.TeHeradresserenLocatiesHandlerTests; -using Acties.GrarConsumer.HeradresseerLocaties; using AssociationRegistry.Framework; using AssociationRegistry.Test.Common.AutoFixture; using AutoFixture; using FluentAssertions; +using Grar.GrarConsumer.Messaging.HeradresseerLocaties; using Grar.GrarUpdates.Fusies.TeHeradresserenLocaties; using Grar.GrarUpdates.LocatieFinder; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeOntkoppelenHandlerTests/Given_No_Locations_Found.cs b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeOntkoppelenHandlerTests/Given_No_Locations_Found.cs index 0e050b88f..7080b82d8 100644 --- a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeOntkoppelenHandlerTests/Given_No_Locations_Found.cs +++ b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeOntkoppelenHandlerTests/Given_No_Locations_Found.cs @@ -1,9 +1,9 @@ namespace AssociationRegistry.Test.Admin.Api.GrarConsumer.FusieEvents.When_Consuming_Merger_Events.TeOntkoppelenHandlerTests; -using Acties.GrarConsumer.OntkoppelAdres; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; +using Grar.GrarConsumer.Messaging.OntkoppelAdres; using Grar.GrarUpdates.Fusies.TeOntkoppelenLocaties; using Grar.GrarUpdates.LocatieFinder; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeOntkoppelenHandlerTests/Given_One_Location_Found.cs b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeOntkoppelenHandlerTests/Given_One_Location_Found.cs index 26bb7329e..70e979794 100644 --- a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeOntkoppelenHandlerTests/Given_One_Location_Found.cs +++ b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Consuming_Merger_Events/TeOntkoppelenHandlerTests/Given_One_Location_Found.cs @@ -1,10 +1,10 @@ namespace AssociationRegistry.Test.Admin.Api.GrarConsumer.FusieEvents.When_Consuming_Merger_Events.TeOntkoppelenHandlerTests; -using Acties.GrarConsumer.OntkoppelAdres; using AssociationRegistry.Framework; using AutoFixture; using Common.AutoFixture; using FluentAssertions; +using Grar.GrarConsumer.Messaging.OntkoppelAdres; using Grar.GrarUpdates.Fusies.TeOntkoppelenLocaties; using Grar.GrarUpdates.LocatieFinder; using Moq; diff --git a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Mapping_LocatieIdsPerVCode/Given_Locaties_For_Different_VCodes.cs b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Mapping_LocatieIdsPerVCode/Given_Locaties_For_Different_VCodes.cs index df3f933d0..6ab599d7b 100644 --- a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Mapping_LocatieIdsPerVCode/Given_Locaties_For_Different_VCodes.cs +++ b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Mapping_LocatieIdsPerVCode/Given_Locaties_For_Different_VCodes.cs @@ -1,9 +1,9 @@ namespace AssociationRegistry.Test.Admin.Api.GrarConsumer.FusieEvents.When_Mapping_LocatieIdsPerVCode; -using Acties.GrarConsumer.HeradresseerLocaties; using AssociationRegistry.Test.Common.AutoFixture; using AutoFixture; using FluentAssertions; +using Grar.GrarConsumer.Messaging.HeradresseerLocaties; using Grar.GrarUpdates.Hernummering; using Grar.GrarUpdates.LocatieFinder; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Mapping_LocatieIdsPerVCode/Given_Locaties_For_One_VCode.cs b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Mapping_LocatieIdsPerVCode/Given_Locaties_For_One_VCode.cs index 8d481625c..3bf66a307 100644 --- a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Mapping_LocatieIdsPerVCode/Given_Locaties_For_One_VCode.cs +++ b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/FusieEvents/When_Mapping_LocatieIdsPerVCode/Given_Locaties_For_One_VCode.cs @@ -1,9 +1,9 @@ namespace AssociationRegistry.Test.Admin.Api.GrarConsumer.FusieEvents.When_Mapping_LocatieIdsPerVCode; -using Acties.GrarConsumer.HeradresseerLocaties; using AssociationRegistry.Test.Common.AutoFixture; using AutoFixture; using FluentAssertions; +using Grar.GrarConsumer.Messaging.HeradresseerLocaties; using Grar.GrarUpdates.Hernummering; using Grar.GrarUpdates.LocatieFinder; using Xunit; diff --git a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/ReAddressEvents/When_Mapping_ReaddressedData/Given_Multiple_LocatieLookup_Records_For_The_Same_VCode.cs b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/ReAddressEvents/When_Mapping_ReaddressedData/Given_Multiple_LocatieLookup_Records_For_The_Same_VCode.cs index 0e6139fe1..20131c406 100644 --- a/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/ReAddressEvents/When_Mapping_ReaddressedData/Given_Multiple_LocatieLookup_Records_For_The_Same_VCode.cs +++ b/test/AssociationRegistry.Test.Admin.Api/GrarConsumer/ReAddressEvents/When_Mapping_ReaddressedData/Given_Multiple_LocatieLookup_Records_For_The_Same_VCode.cs @@ -1,10 +1,10 @@ namespace AssociationRegistry.Test.Admin.Api.GrarConsumer.ReAddressEvents.When_Mapping_ReaddressedData; -using Acties.GrarConsumer.HeradresseerLocaties; using AutoFixture; using Be.Vlaanderen.Basisregisters.GrAr.Contracts.AddressRegistry; using Common.AutoFixture; using FluentAssertions; +using Grar.GrarConsumer.Messaging.HeradresseerLocaties; using Grar.GrarUpdates.Hernummering; using Grar.GrarUpdates.LocatieFinder; using Moq; diff --git a/test/AssociationRegistry.Test.Common/AutoFixture/CommandCustomizations.cs b/test/AssociationRegistry.Test.Common/AutoFixture/CommandCustomizations.cs index 95c11e231..4f89f7e60 100644 --- a/test/AssociationRegistry.Test.Common/AutoFixture/CommandCustomizations.cs +++ b/test/AssociationRegistry.Test.Common/AutoFixture/CommandCustomizations.cs @@ -1,7 +1,7 @@ namespace AssociationRegistry.Test.Common.AutoFixture; -using Acties.Lidmaatschappen.WijzigLidmaatschap; -using Acties.Registratie.RegistreerFeitelijkeVereniging; +using DecentraalBeheer.Lidmaatschappen.WijzigLidmaatschap; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using global::AutoFixture; using Vereniging; diff --git a/test/AssociationRegistry.Test.Common/Framework/WireMockGrarClient.cs b/test/AssociationRegistry.Test.Common/Framework/WireMockGrarClient.cs index 50e00b746..4ec97f19d 100644 --- a/test/AssociationRegistry.Test.Common/Framework/WireMockGrarClient.cs +++ b/test/AssociationRegistry.Test.Common/Framework/WireMockGrarClient.cs @@ -1,6 +1,7 @@ namespace AssociationRegistry.Test.Common.Framework; using Grar; +using Grar.Clients; using Microsoft.Extensions.Logging.Abstractions; public class WireMockGrarClient : GrarClient diff --git a/test/AssociationRegistry.Test.E2E/When_Messages_Are_Queued/Via_SQS/When_Sending_An_Incorrect_Message_On_The_Grar_Sync_Queue.cs b/test/AssociationRegistry.Test.E2E/When_Messages_Are_Queued/Via_SQS/When_Sending_An_Incorrect_Message_On_The_Grar_Sync_Queue.cs index 67c831b8f..50619146d 100644 --- a/test/AssociationRegistry.Test.E2E/When_Messages_Are_Queued/Via_SQS/When_Sending_An_Incorrect_Message_On_The_Grar_Sync_Queue.cs +++ b/test/AssociationRegistry.Test.E2E/When_Messages_Are_Queued/Via_SQS/When_Sending_An_Incorrect_Message_On_The_Grar_Sync_Queue.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.E2E.When_Messages_Are_Queued.Via_SQS; using Amazon.SQS.Model; -using Acties.GrarConsumer; using Hosts.Configuration; using AssociationRegistry.Test.Common.AutoFixture; using Framework.ApiSetup; using AutoFixture; using FluentAssertions; +using Grar.GrarConsumer.Messaging; using Xunit; using Xunit.Abstractions; diff --git a/test/AssociationRegistry.Test.Projections/Beheer/LocatieZonderAdresMatch/Projector/Given_AdresKonNietOvergenomenWordenUitAdressenregister.cs b/test/AssociationRegistry.Test.Projections/Beheer/LocatieZonderAdresMatch/Projector/Given_AdresKonNietOvergenomenWordenUitAdressenregister.cs index f0f6d2325..18ea0192f 100644 --- a/test/AssociationRegistry.Test.Projections/Beheer/LocatieZonderAdresMatch/Projector/Given_AdresKonNietOvergenomenWordenUitAdressenregister.cs +++ b/test/AssociationRegistry.Test.Projections/Beheer/LocatieZonderAdresMatch/Projector/Given_AdresKonNietOvergenomenWordenUitAdressenregister.cs @@ -6,6 +6,7 @@ using Events; using Framework.Fixtures; using Grar; +using Grar.Clients; using Marten; [Collection(nameof(MultiStreamTestCollection))] diff --git a/test/AssociationRegistry.Test.Projections/Beheer/LocatieZonderAdresMatch/Projector/Given_AdresKonNietOvergenomenWordenUitAdressenregister_WithBadRequest.cs b/test/AssociationRegistry.Test.Projections/Beheer/LocatieZonderAdresMatch/Projector/Given_AdresKonNietOvergenomenWordenUitAdressenregister_WithBadRequest.cs index 9218f793a..78650a9eb 100644 --- a/test/AssociationRegistry.Test.Projections/Beheer/LocatieZonderAdresMatch/Projector/Given_AdresKonNietOvergenomenWordenUitAdressenregister_WithBadRequest.cs +++ b/test/AssociationRegistry.Test.Projections/Beheer/LocatieZonderAdresMatch/Projector/Given_AdresKonNietOvergenomenWordenUitAdressenregister_WithBadRequest.cs @@ -6,6 +6,7 @@ using Events; using Framework.Fixtures; using Grar; +using Grar.Clients; using Marten; [Collection(nameof(MultiStreamTestCollection))] diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/Allow_Loading_DubbeleVereniging/When_Handling_HeradresseerLocatiesMessage.cs b/test/AssociationRegistry.Test/Dubbelbeheer/Allow_Loading_DubbeleVereniging/When_Handling_HeradresseerLocatiesMessage.cs index 0e66d57dd..3c0a02636 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/Allow_Loading_DubbeleVereniging/When_Handling_HeradresseerLocatiesMessage.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/Allow_Loading_DubbeleVereniging/When_Handling_HeradresseerLocatiesMessage.cs @@ -1,9 +1,10 @@ namespace AssociationRegistry.Test.Dubbelbeheer.Allow_Loading_DubbeleVereniging; -using AssociationRegistry.Acties.GrarConsumer.HeradresseerLocaties; using AssociationRegistry.Grar; using AssociationRegistry.Vereniging; using AutoFixture; +using Grar.Clients; +using Grar.GrarConsumer.Messaging.HeradresseerLocaties; using Moq; using Xunit; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/Allow_Loading_DubbeleVereniging/When_Handling_OntkoppelLocatiesMessage.cs b/test/AssociationRegistry.Test/Dubbelbeheer/Allow_Loading_DubbeleVereniging/When_Handling_OntkoppelLocatiesMessage.cs index 7872ca288..9e9546b01 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/Allow_Loading_DubbeleVereniging/When_Handling_OntkoppelLocatiesMessage.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/Allow_Loading_DubbeleVereniging/When_Handling_OntkoppelLocatiesMessage.cs @@ -1,8 +1,8 @@ namespace AssociationRegistry.Test.Dubbelbeheer.Allow_Loading_DubbeleVereniging; -using AssociationRegistry.Acties.GrarConsumer.OntkoppelAdres; using AssociationRegistry.Vereniging; using AutoFixture; +using Grar.GrarConsumer.Messaging.OntkoppelAdres; using Xunit; public class When_Handling_OntkoppelLocatiesMessage : When_Loading_With_Dubbels_TestBase diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/Allow_Loading_DubbeleVereniging/When_Handling_ProbeerAdresTeMatchenCommand.cs b/test/AssociationRegistry.Test/Dubbelbeheer/Allow_Loading_DubbeleVereniging/When_Handling_ProbeerAdresTeMatchenCommand.cs index ac34c8b7d..e7fdcdf36 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/Allow_Loading_DubbeleVereniging/When_Handling_ProbeerAdresTeMatchenCommand.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/Allow_Loading_DubbeleVereniging/When_Handling_ProbeerAdresTeMatchenCommand.cs @@ -1,9 +1,10 @@ namespace AssociationRegistry.Test.Dubbelbeheer.Allow_Loading_DubbeleVereniging; -using Acties.Administratie.ProbeerAdresTeMatchen; using AssociationRegistry.Grar; using AssociationRegistry.Vereniging; using AutoFixture; +using DecentraalBeheer.Administratie.ProbeerAdresTeMatchen; +using Grar.Clients; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Xunit; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardCorrectieDubbel/Given_Valid_AanvaardCorrectieDubbeleVerenigingCommand.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardCorrectieDubbel/Given_Valid_AanvaardCorrectieDubbeleVerenigingCommand.cs index 3fd01bdd4..20080b2ee 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardCorrectieDubbel/Given_Valid_AanvaardCorrectieDubbeleVerenigingCommand.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardCorrectieDubbel/Given_Valid_AanvaardCorrectieDubbeleVerenigingCommand.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_AanvaardCorrectieDubbel; -using AssociationRegistry.Acties.Dubbelbeheer.AanvaardCorrectieDubbel; using AssociationRegistry.Events; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Test.Common.Framework; using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AssociationRegistry.Vereniging; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.AanvaardCorrectieDubbel; using Xunit; public class Given_Valid_AanvaardCorrectieDubbeleVerenigingCommand diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardCorrectieDubbel/Given_Valid_AanvaardCorrectieDubbeleVerenigingCommand_Twice.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardCorrectieDubbel/Given_Valid_AanvaardCorrectieDubbeleVerenigingCommand_Twice.cs index 59cdff738..089418abc 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardCorrectieDubbel/Given_Valid_AanvaardCorrectieDubbeleVerenigingCommand_Twice.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardCorrectieDubbel/Given_Valid_AanvaardCorrectieDubbeleVerenigingCommand_Twice.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_AanvaardCorrectieDubbel; -using AssociationRegistry.Acties.Dubbelbeheer.AanvaardCorrectieDubbel; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Test.Common.Framework; using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AssociationRegistry.Vereniging; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.AanvaardCorrectieDubbel; using Xunit; public class Given_Valid_AanvaardCorrectieDubbeleVerenigingCommand_Twice diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardDubbeleVereniging/Given_VCode_And_VCodeDubbeleVereniging_Are_The_Same.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardDubbeleVereniging/Given_VCode_And_VCodeDubbeleVereniging_Are_The_Same.cs index b6e0ae1cc..5716d529b 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardDubbeleVereniging/Given_VCode_And_VCodeDubbeleVereniging_Are_The_Same.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardDubbeleVereniging/Given_VCode_And_VCodeDubbeleVereniging_Are_The_Same.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_AanvaardDubbeleVereniging; -using AssociationRegistry.Acties.Dubbelbeheer.AanvaardDubbel; using AssociationRegistry.Messages; using AssociationRegistry.Resources; using AssociationRegistry.Test.Common.AutoFixture; @@ -8,6 +7,7 @@ using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AssociationRegistry.Vereniging.Exceptions; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.AanvaardDubbel; using FluentAssertions; using Moq; using Wolverine; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardDubbeleVereniging/Given_Valid_AanvaardDubbeleVerenigingCommand.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardDubbeleVereniging/Given_Valid_AanvaardDubbeleVerenigingCommand.cs index d597173c1..b662f590d 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardDubbeleVereniging/Given_Valid_AanvaardDubbeleVerenigingCommand.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_AanvaardDubbeleVereniging/Given_Valid_AanvaardDubbeleVerenigingCommand.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_AanvaardDubbeleVereniging; -using AssociationRegistry.Acties.Dubbelbeheer.AanvaardDubbel; using AssociationRegistry.Events; using AssociationRegistry.Messages; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Test.Common.Framework; using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.AanvaardDubbel; using Moq; using Wolverine; using Xunit; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_Corrigeer_Markering_Als_Dubbel_Van/Given_GeenDubbeleVereniging.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_Corrigeer_Markering_Als_Dubbel_Van/Given_GeenDubbeleVereniging.cs index e950f68f6..c96da7c83 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_Corrigeer_Markering_Als_Dubbel_Van/Given_GeenDubbeleVereniging.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_Corrigeer_Markering_Als_Dubbel_Van/Given_GeenDubbeleVereniging.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_Corrigeer_Markering_Als_Dubbel_Van; -using AssociationRegistry.Acties.Dubbelbeheer.CorrigeerMarkeringAlsDubbelVan; using AssociationRegistry.Framework; using AssociationRegistry.Resources; using AssociationRegistry.Test.Common.AutoFixture; @@ -9,6 +8,7 @@ using AssociationRegistry.Vereniging; using AssociationRegistry.Vereniging.Exceptions; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.CorrigeerMarkeringAlsDubbelVan; using FluentAssertions; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_Corrigeer_Markering_Als_Dubbel_Van/Given_VerenigingMetRechtspersoonlijkheid.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_Corrigeer_Markering_Als_Dubbel_Van/Given_VerenigingMetRechtspersoonlijkheid.cs index 5bc9f5785..be71d9608 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_Corrigeer_Markering_Als_Dubbel_Van/Given_VerenigingMetRechtspersoonlijkheid.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_Corrigeer_Markering_Als_Dubbel_Van/Given_VerenigingMetRechtspersoonlijkheid.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_Corrigeer_Markering_Als_Dubbel_Van; -using AssociationRegistry.Acties.Dubbelbeheer.CorrigeerMarkeringAlsDubbelVan; using AssociationRegistry.Framework; using AssociationRegistry.Resources; using AssociationRegistry.Test.Common.AutoFixture; @@ -9,6 +8,7 @@ using AssociationRegistry.Vereniging; using AssociationRegistry.Vereniging.Exceptions; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.CorrigeerMarkeringAlsDubbelVan; using FluentAssertions; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_IsDubbelVan_Vereniging_Bestaat_Niet.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_IsDubbelVan_Vereniging_Bestaat_Niet.cs index b164182aa..b23320d68 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_IsDubbelVan_Vereniging_Bestaat_Niet.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_IsDubbelVan_Vereniging_Bestaat_Niet.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_Markeer_Als_Dubbel_Van; -using AssociationRegistry.Acties.Dubbelbeheer.MarkeerAlsDubbelVan; using AssociationRegistry.Framework; using AssociationRegistry.Resources; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Vereniging; using AssociationRegistry.Vereniging.Exceptions; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.MarkeerAlsDubbelVan; using FluentAssertions; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_IsDubbelVan_Vereniging_Is_Already_A_Dubbel.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_IsDubbelVan_Vereniging_Is_Already_A_Dubbel.cs index 369c2f36c..28408229c 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_IsDubbelVan_Vereniging_Is_Already_A_Dubbel.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_IsDubbelVan_Vereniging_Is_Already_A_Dubbel.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_Markeer_Als_Dubbel_Van; -using AssociationRegistry.Acties.Dubbelbeheer.MarkeerAlsDubbelVan; using AssociationRegistry.Framework; using AssociationRegistry.Resources; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Vereniging; using AssociationRegistry.Vereniging.Exceptions; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.MarkeerAlsDubbelVan; using FluentAssertions; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_IsDubbelVan_Vereniging_Is_Verwijderd.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_IsDubbelVan_Vereniging_Is_Verwijderd.cs index acd33ba24..5149db1ed 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_IsDubbelVan_Vereniging_Is_Verwijderd.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_IsDubbelVan_Vereniging_Is_Verwijderd.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_Markeer_Als_Dubbel_Van; -using AssociationRegistry.Acties.Dubbelbeheer.MarkeerAlsDubbelVan; using AssociationRegistry.Framework; using AssociationRegistry.Resources; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Vereniging; using AssociationRegistry.Vereniging.Exceptions; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.MarkeerAlsDubbelVan; using FluentAssertions; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_VerenigingMetRechtspersoonlijkheid.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_VerenigingMetRechtspersoonlijkheid.cs index 73e2e0a72..0049cf4d6 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_VerenigingMetRechtspersoonlijkheid.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_Markeer_Als_Dubbel_Van/Given_VerenigingMetRechtspersoonlijkheid.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_Markeer_Als_Dubbel_Van; -using AssociationRegistry.Acties.Dubbelbeheer.MarkeerAlsDubbelVan; using AssociationRegistry.Framework; using AssociationRegistry.Resources; using AssociationRegistry.Test.Common.AutoFixture; @@ -9,6 +8,7 @@ using AssociationRegistry.Vereniging; using AssociationRegistry.Vereniging.Exceptions; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.MarkeerAlsDubbelVan; using FluentAssertions; using Marten; using Moq; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_A_Dubbele_Vereniging.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_A_Dubbele_Vereniging.cs index 2d4e0718b..cf6978c0f 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_A_Dubbele_Vereniging.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_A_Dubbele_Vereniging.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging; -using AssociationRegistry.Acties.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; using AssociationRegistry.Events; using AssociationRegistry.Notifications; using AssociationRegistry.Test.Common.Framework; using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AssociationRegistry.Vereniging; +using DecentraalBeheer.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; using EventFactories; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_A_Verwijderde_Vereniging.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_A_Verwijderde_Vereniging.cs index 0ab583add..a5e5acf5a 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_A_Verwijderde_Vereniging.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_A_Verwijderde_Vereniging.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging; -using AssociationRegistry.Acties.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; using AssociationRegistry.Events; using AssociationRegistry.Notifications; using AssociationRegistry.Test.Common.Framework; using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AssociationRegistry.Vereniging; +using DecentraalBeheer.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; using EventFactories; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_An_Exception.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_An_Exception.cs index 69a165ab1..cd198544d 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_An_Exception.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_An_Exception.cs @@ -1,10 +1,10 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging; -using AssociationRegistry.Acties.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; using AssociationRegistry.Notifications; using AssociationRegistry.Notifications.Messages; using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AssociationRegistry.Vereniging; +using DecentraalBeheer.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Xunit; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_AuthentiekeVerenigingIsNotMyAuthentiekeVereniging.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_AuthentiekeVerenigingIsNotMyAuthentiekeVereniging.cs index 3837f7bf4..9698d02bb 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_AuthentiekeVerenigingIsNotMyAuthentiekeVereniging.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_AuthentiekeVerenigingIsNotMyAuthentiekeVereniging.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging; -using AssociationRegistry.Acties.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; using AssociationRegistry.Notifications; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Test.Common.Framework; using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AssociationRegistry.Vereniging; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Xunit; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_Vereniging_Is_Not_Dubbel.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_Vereniging_Is_Not_Dubbel.cs index f033c5eab..9c8be4158 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_Vereniging_Is_Not_Dubbel.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_Vereniging_Is_Not_Dubbel.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging; -using AssociationRegistry.Acties.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; using AssociationRegistry.Notifications; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Test.Common.Framework; using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AssociationRegistry.Vereniging; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Xunit; diff --git a/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_Weigering_Reeds_Verwerkt_Door_DubbeleVereniging.cs b/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_Weigering_Reeds_Verwerkt_Door_DubbeleVereniging.cs index e5a5aad5a..66b7e46b4 100644 --- a/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_Weigering_Reeds_Verwerkt_Door_DubbeleVereniging.cs +++ b/test/AssociationRegistry.Test/Dubbelbeheer/When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging/Given_Weigering_Reeds_Verwerkt_Door_DubbeleVereniging.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Dubbelbeheer.When_Verwerk_Weigering_Dubbel_Door_Authentieke_Vereniging; -using AssociationRegistry.Acties.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; using AssociationRegistry.Notifications; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Test.Common.Framework; using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AssociationRegistry.Vereniging; using AutoFixture; +using DecentraalBeheer.Dubbelbeheer.VerwerkWeigeringDubbelDoorAuthentiekeVereniging; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Xunit; diff --git a/test/AssociationRegistry.Test/Framework/Customizations/CommandCustomizations.cs b/test/AssociationRegistry.Test/Framework/Customizations/CommandCustomizations.cs index a3c90b7b8..e5f73a54c 100644 --- a/test/AssociationRegistry.Test/Framework/Customizations/CommandCustomizations.cs +++ b/test/AssociationRegistry.Test/Framework/Customizations/CommandCustomizations.cs @@ -1,8 +1,8 @@ namespace AssociationRegistry.Test.Framework.Customizations; -using Acties.Contactgegevens.VoegContactgegevenToe; -using Acties.Registratie.RegistreerFeitelijkeVereniging; using AutoFixture; +using DecentraalBeheer.Contactgegevens.VoegContactgegevenToe; +using DecentraalBeheer.Registratie.RegistreerFeitelijkeVereniging; using Vereniging; public static class CommandCustomizations diff --git a/test/AssociationRegistry.Test/GrarClient/Fixtures/WithExactMatchFixture.cs b/test/AssociationRegistry.Test/GrarClient/Fixtures/WithExactMatchFixture.cs index 98d468d2f..61ce1c5cb 100644 --- a/test/AssociationRegistry.Test/GrarClient/Fixtures/WithExactMatchFixture.cs +++ b/test/AssociationRegistry.Test/GrarClient/Fixtures/WithExactMatchFixture.cs @@ -2,6 +2,7 @@ using AssociationRegistry.Grar; using AssociationRegistry.Grar.Models; +using Grar.Clients; using Microsoft.Extensions.Logging.Abstractions; using Xunit; diff --git a/test/AssociationRegistry.Test/GrarClient/Fixtures/WithNoExactMatchFixture.cs b/test/AssociationRegistry.Test/GrarClient/Fixtures/WithNoExactMatchFixture.cs index 79e6346e5..bab97ad28 100644 --- a/test/AssociationRegistry.Test/GrarClient/Fixtures/WithNoExactMatchFixture.cs +++ b/test/AssociationRegistry.Test/GrarClient/Fixtures/WithNoExactMatchFixture.cs @@ -2,6 +2,7 @@ using AssociationRegistry.Grar; using AssociationRegistry.Grar.Models; +using Grar.Clients; using Microsoft.Extensions.Logging.Abstractions; using Xunit; diff --git a/test/AssociationRegistry.Test/GrarClient/Fixtures/WithNoIdInMatchDestelbergenFixture.cs b/test/AssociationRegistry.Test/GrarClient/Fixtures/WithNoIdInMatchDestelbergenFixture.cs index 22b3ce474..940c6dd41 100644 --- a/test/AssociationRegistry.Test/GrarClient/Fixtures/WithNoIdInMatchDestelbergenFixture.cs +++ b/test/AssociationRegistry.Test/GrarClient/Fixtures/WithNoIdInMatchDestelbergenFixture.cs @@ -2,6 +2,7 @@ using AssociationRegistry.Grar; using AssociationRegistry.Grar.Models; +using Grar.Clients; using Microsoft.Extensions.Logging.Abstractions; using Xunit; diff --git a/test/AssociationRegistry.Test/GrarClient/When_Getting_AddressMatches/Given_Grar_Returns_A_Null_BoxNumber.cs b/test/AssociationRegistry.Test/GrarClient/When_Getting_AddressMatches/Given_Grar_Returns_A_Null_BoxNumber.cs index ae88856d1..8983b178b 100644 --- a/test/AssociationRegistry.Test/GrarClient/When_Getting_AddressMatches/Given_Grar_Returns_A_Null_BoxNumber.cs +++ b/test/AssociationRegistry.Test/GrarClient/When_Getting_AddressMatches/Given_Grar_Returns_A_Null_BoxNumber.cs @@ -2,6 +2,7 @@ using FluentAssertions; using Grar; +using Grar.Clients; using Microsoft.Extensions.Logging; using Moq; using System.Net; diff --git a/test/AssociationRegistry.Test/GrarClient/When_Getting_AddressMatches/Given_Grar_Returns_Bad_Request.cs b/test/AssociationRegistry.Test/GrarClient/When_Getting_AddressMatches/Given_Grar_Returns_Bad_Request.cs index 1a74a7675..409cd3c79 100644 --- a/test/AssociationRegistry.Test/GrarClient/When_Getting_AddressMatches/Given_Grar_Returns_Bad_Request.cs +++ b/test/AssociationRegistry.Test/GrarClient/When_Getting_AddressMatches/Given_Grar_Returns_Bad_Request.cs @@ -1,6 +1,7 @@ namespace AssociationRegistry.Test.GrarClient.When_Getting_AddressMatches; using Grar; +using Grar.Clients; using Grar.Exceptions; using Microsoft.Extensions.Logging; using Moq; diff --git a/test/AssociationRegistry.Test/GrarClient/When_Getting_AddressMatches/Given_Grar_Returns_No_Address_Components.cs b/test/AssociationRegistry.Test/GrarClient/When_Getting_AddressMatches/Given_Grar_Returns_No_Address_Components.cs index 9b650b1f2..a9cf1124d 100644 --- a/test/AssociationRegistry.Test/GrarClient/When_Getting_AddressMatches/Given_Grar_Returns_No_Address_Components.cs +++ b/test/AssociationRegistry.Test/GrarClient/When_Getting_AddressMatches/Given_Grar_Returns_No_Address_Components.cs @@ -2,6 +2,7 @@ using FluentAssertions; using Grar; +using Grar.Clients; using Microsoft.Extensions.Logging; using Moq; using System.Net; diff --git a/test/AssociationRegistry.Test/GrarClient/When_Getting_PostInfo/Given_Grar_Returns_No_Gemeente_Components.cs b/test/AssociationRegistry.Test/GrarClient/When_Getting_PostInfo/Given_Grar_Returns_No_Gemeente_Components.cs index f8f00de6b..7f3428090 100644 --- a/test/AssociationRegistry.Test/GrarClient/When_Getting_PostInfo/Given_Grar_Returns_No_Gemeente_Components.cs +++ b/test/AssociationRegistry.Test/GrarClient/When_Getting_PostInfo/Given_Grar_Returns_No_Gemeente_Components.cs @@ -2,6 +2,7 @@ using FluentAssertions; using Grar; +using Grar.Clients; using Grar.Models.PostalInfo; using Microsoft.Extensions.Logging; using Moq; diff --git a/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_A_Single_Existing_Locatie.cs b/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_A_Single_Existing_Locatie.cs index 99755a525..94c1f7370 100644 --- a/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_A_Single_Existing_Locatie.cs +++ b/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_A_Single_Existing_Locatie.cs @@ -1,9 +1,9 @@ namespace AssociationRegistry.Test.GrarUpdates.TeOntkoppelenLocatiesHandlerTests; -using Acties.GrarConsumer.OntkoppelAdres; using Common.Framework; using Common.Scenarios.CommandHandling; using Events; +using Grar.GrarConsumer.Messaging.OntkoppelAdres; using Grar.GrarUpdates.Fusies.TeOntkoppelenLocaties; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_Already_Ontkoppelde_Locatie.cs b/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_Already_Ontkoppelde_Locatie.cs index aecf045c5..81516f208 100644 --- a/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_Already_Ontkoppelde_Locatie.cs +++ b/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_Already_Ontkoppelde_Locatie.cs @@ -1,9 +1,9 @@ namespace AssociationRegistry.Test.GrarUpdates.TeOntkoppelenLocatiesHandlerTests; -using Acties.GrarConsumer.OntkoppelAdres; using Common.Framework; using Common.Scenarios.CommandHandling; using Events; +using Grar.GrarConsumer.Messaging.OntkoppelAdres; using Grar.GrarUpdates.Fusies.TeOntkoppelenLocaties; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_Multiple_Existing_Locaties.cs b/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_Multiple_Existing_Locaties.cs index fdfeee1bf..6933ecd2f 100644 --- a/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_Multiple_Existing_Locaties.cs +++ b/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_Multiple_Existing_Locaties.cs @@ -1,9 +1,9 @@ namespace AssociationRegistry.Test.GrarUpdates.TeOntkoppelenLocatiesHandlerTests; -using Acties.GrarConsumer.OntkoppelAdres; using Common.Framework; using Common.Scenarios.CommandHandling; using Events; +using Grar.GrarConsumer.Messaging.OntkoppelAdres; using Grar.GrarUpdates.Fusies.TeOntkoppelenLocaties; using Vereniging; using Xunit; diff --git a/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_No_Existing_Locatie.cs b/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_No_Existing_Locatie.cs index d21d49f30..5f1243f65 100644 --- a/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_No_Existing_Locatie.cs +++ b/test/AssociationRegistry.Test/GrarUpdates/TeOntkoppelenLocatiesHandlerTests/Given_No_Existing_Locatie.cs @@ -1,10 +1,10 @@ namespace AssociationRegistry.Test.GrarUpdates.TeOntkoppelenLocatiesHandlerTests; -using Acties.GrarConsumer.OntkoppelAdres; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; +using Grar.GrarConsumer.Messaging.OntkoppelAdres; using Grar.GrarUpdates.Fusies.TeOntkoppelenLocaties; using Xunit; diff --git a/test/AssociationRegistry.Test/Lidmaatschappen/EqualsTest.cs b/test/AssociationRegistry.Test/Lidmaatschappen/EqualsTest.cs index 9cddd27d6..be4f55f0c 100644 --- a/test/AssociationRegistry.Test/Lidmaatschappen/EqualsTest.cs +++ b/test/AssociationRegistry.Test/Lidmaatschappen/EqualsTest.cs @@ -1,9 +1,9 @@ namespace AssociationRegistry.Test.Lidmaatschappen; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Vereniging; using AutoFixture; +using DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; using Xunit; using Geldigheidsperiode = AssociationRegistry.Geldigheidsperiode; diff --git a/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_An_Overlapping_Periode_For_Another_Andere_Vereniging.cs b/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_An_Overlapping_Periode_For_Another_Andere_Vereniging.cs index 4182c5114..b43690bda 100644 --- a/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_An_Overlapping_Periode_For_Another_Andere_Vereniging.cs +++ b/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_An_Overlapping_Periode_For_Another_Andere_Vereniging.cs @@ -1,9 +1,9 @@ namespace AssociationRegistry.Test.Lidmaatschappen.When_Adding_A_Lidmaatschap; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Vereniging; using AutoFixture; +using DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; using FluentAssertions; using Xunit; diff --git a/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_An_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs b/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_An_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs index dbe0c6f3c..68c78a60d 100644 --- a/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_An_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs +++ b/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_An_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Lidmaatschappen.When_Adding_A_Lidmaatschap; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; using AssociationRegistry.Resources; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Vereniging; using AssociationRegistry.Vereniging.Exceptions; using AutoFixture; +using DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; using FluentAssertions; using Xunit; diff --git a/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_First_Attempt_Failed.cs b/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_First_Attempt_Failed.cs index f6f9f1c42..14eade11f 100644 --- a/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_First_Attempt_Failed.cs +++ b/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_First_Attempt_Failed.cs @@ -1,10 +1,10 @@ namespace AssociationRegistry.Test.Lidmaatschappen.When_Adding_A_Lidmaatschap; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; -using Acties.Lidmaatschappen.WijzigLidmaatschap; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Vereniging; using AutoFixture; +using DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; +using DecentraalBeheer.Lidmaatschappen.WijzigLidmaatschap; using FluentAssertions; using Xunit; diff --git a/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_No_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs b/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_No_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs index 3e32fb970..73e7330f3 100644 --- a/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_No_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs +++ b/test/AssociationRegistry.Test/Lidmaatschappen/When_Adding_A_Lidmaatschap/Given_No_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs @@ -1,9 +1,9 @@ namespace AssociationRegistry.Test.Lidmaatschappen.When_Adding_A_Lidmaatschap; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Vereniging; using AutoFixture; +using DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; using FluentAssertions; using Xunit; using Geldigheidsperiode = AssociationRegistry.Geldigheidsperiode; diff --git a/test/AssociationRegistry.Test/Lidmaatschappen/When_Creating_WijzigLidmaatschapCommand.cs b/test/AssociationRegistry.Test/Lidmaatschappen/When_Creating_WijzigLidmaatschapCommand.cs index bd08d0cab..424a95127 100644 --- a/test/AssociationRegistry.Test/Lidmaatschappen/When_Creating_WijzigLidmaatschapCommand.cs +++ b/test/AssociationRegistry.Test/Lidmaatschappen/When_Creating_WijzigLidmaatschapCommand.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Lidmaatschappen; -using Acties.Lidmaatschappen.WijzigLidmaatschap; using Admin.Api.DecentraalBeheer.Verenigingen.Lidmaatschap.WijzigLidmaatschap.RequestModels; using AssociationRegistry.Primitives; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Vereniging; using AutoFixture; +using DecentraalBeheer.Lidmaatschappen.WijzigLidmaatschap; using FluentAssertions; using Xunit; diff --git a/test/AssociationRegistry.Test/Lidmaatschappen/When_VoegLidmaatschapToe/Given_AndereVerwijstNaamEigenVereniging.cs b/test/AssociationRegistry.Test/Lidmaatschappen/When_VoegLidmaatschapToe/Given_AndereVerwijstNaamEigenVereniging.cs index 75e0ebeae..2aca9a093 100644 --- a/test/AssociationRegistry.Test/Lidmaatschappen/When_VoegLidmaatschapToe/Given_AndereVerwijstNaamEigenVereniging.cs +++ b/test/AssociationRegistry.Test/Lidmaatschappen/When_VoegLidmaatschapToe/Given_AndereVerwijstNaamEigenVereniging.cs @@ -1,12 +1,12 @@ namespace AssociationRegistry.Test.Lidmaatschappen.When_VoegLidmaatschapToe; -using Acties.Lidmaatschappen.VoegLidmaatschapToe; using AssociationRegistry.Events; using AssociationRegistry.Resources; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Vereniging; using AssociationRegistry.Vereniging.Exceptions; using AutoFixture; +using DecentraalBeheer.Lidmaatschappen.VoegLidmaatschapToe; using FluentAssertions; using Xunit; diff --git a/test/AssociationRegistry.Test/Lidmaatschappen/When_Wijzig_A_Lidmaatschap/Given_An_Overlapping_Periode_For_Another_Andere_Vereniging.cs b/test/AssociationRegistry.Test/Lidmaatschappen/When_Wijzig_A_Lidmaatschap/Given_An_Overlapping_Periode_For_Another_Andere_Vereniging.cs index 1f15307b8..ca99475a2 100644 --- a/test/AssociationRegistry.Test/Lidmaatschappen/When_Wijzig_A_Lidmaatschap/Given_An_Overlapping_Periode_For_Another_Andere_Vereniging.cs +++ b/test/AssociationRegistry.Test/Lidmaatschappen/When_Wijzig_A_Lidmaatschap/Given_An_Overlapping_Periode_For_Another_Andere_Vereniging.cs @@ -1,9 +1,9 @@ namespace AssociationRegistry.Test.Lidmaatschappen.When_Wijzig_A_Lidmaatschap; -using Acties.Lidmaatschappen.WijzigLidmaatschap; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Vereniging; using AutoFixture; +using DecentraalBeheer.Lidmaatschappen.WijzigLidmaatschap; using FluentAssertions; using Xunit; diff --git a/test/AssociationRegistry.Test/Lidmaatschappen/When_Wijzig_A_Lidmaatschap/Given_An_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs b/test/AssociationRegistry.Test/Lidmaatschappen/When_Wijzig_A_Lidmaatschap/Given_An_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs index 5e6ad500c..14d133e6f 100644 --- a/test/AssociationRegistry.Test/Lidmaatschappen/When_Wijzig_A_Lidmaatschap/Given_An_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs +++ b/test/AssociationRegistry.Test/Lidmaatschappen/When_Wijzig_A_Lidmaatschap/Given_An_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs @@ -1,11 +1,11 @@ namespace AssociationRegistry.Test.Lidmaatschappen.When_Wijzig_A_Lidmaatschap; -using Acties.Lidmaatschappen.WijzigLidmaatschap; using AssociationRegistry.Resources; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Vereniging; using AssociationRegistry.Vereniging.Exceptions; using AutoFixture; +using DecentraalBeheer.Lidmaatschappen.WijzigLidmaatschap; using FluentAssertions; using Xunit; using Geldigheidsperiode = AssociationRegistry.Geldigheidsperiode; diff --git a/test/AssociationRegistry.Test/Lidmaatschappen/When_Wijzig_A_Lidmaatschap/Given_No_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs b/test/AssociationRegistry.Test/Lidmaatschappen/When_Wijzig_A_Lidmaatschap/Given_No_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs index 1d7d918a9..96e376897 100644 --- a/test/AssociationRegistry.Test/Lidmaatschappen/When_Wijzig_A_Lidmaatschap/Given_No_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs +++ b/test/AssociationRegistry.Test/Lidmaatschappen/When_Wijzig_A_Lidmaatschap/Given_No_Overlapping_Periode_For_The_Same_Andere_Vereniging.cs @@ -1,9 +1,9 @@ namespace AssociationRegistry.Test.Lidmaatschappen.When_Wijzig_A_Lidmaatschap; -using Acties.Lidmaatschappen.WijzigLidmaatschap; using AssociationRegistry.Test.Common.AutoFixture; using AssociationRegistry.Vereniging; using AutoFixture; +using DecentraalBeheer.Lidmaatschappen.WijzigLidmaatschap; using FluentAssertions; using Xunit; using Geldigheidsperiode = AssociationRegistry.Geldigheidsperiode; diff --git a/test/AssociationRegistry.Test/Locaties/Adressen/When_Formatting_A_VerrijkteGemeentenaam/WithPostnaam.cs b/test/AssociationRegistry.Test/Locaties/Adressen/When_Formatting_A_VerrijkteGemeentenaam/WithPostnaam.cs index 745e0caca..8a27cbca1 100644 --- a/test/AssociationRegistry.Test/Locaties/Adressen/When_Formatting_A_VerrijkteGemeentenaam/WithPostnaam.cs +++ b/test/AssociationRegistry.Test/Locaties/Adressen/When_Formatting_A_VerrijkteGemeentenaam/WithPostnaam.cs @@ -3,6 +3,7 @@ namespace AssociationRegistry.Test.Locaties.Adressen.When_Formatting_A_Verrijkte using AssociationRegistry.Events; using AssociationRegistry.Grar.Models.PostalInfo; using FluentAssertions; +using GemeentenaamDecorator; using Xunit; public class WithPostnaam diff --git a/test/AssociationRegistry.Test/Locaties/Adressen/When_Formatting_A_VerrijkteGemeentenaam/WithoutPostnaam.cs b/test/AssociationRegistry.Test/Locaties/Adressen/When_Formatting_A_VerrijkteGemeentenaam/WithoutPostnaam.cs index 495470012..937482d20 100644 --- a/test/AssociationRegistry.Test/Locaties/Adressen/When_Formatting_A_VerrijkteGemeentenaam/WithoutPostnaam.cs +++ b/test/AssociationRegistry.Test/Locaties/Adressen/When_Formatting_A_VerrijkteGemeentenaam/WithoutPostnaam.cs @@ -2,6 +2,7 @@ namespace AssociationRegistry.Test.Locaties.Adressen.When_Formatting_A_Verrijkte using AssociationRegistry.Events; using FluentAssertions; +using GemeentenaamDecorator; using Xunit; public class WithoutPostnaam diff --git a/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Bugfix_20240902_Given_GrarClient_Returned_Same_Id_With_Different_Components.cs b/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Bugfix_20240902_Given_GrarClient_Returned_Same_Id_With_Different_Components.cs index 6a3264360..7fbb8443a 100644 --- a/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Bugfix_20240902_Given_GrarClient_Returned_Same_Id_With_Different_Components.cs +++ b/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Bugfix_20240902_Given_GrarClient_Returned_Same_Id_With_Different_Components.cs @@ -7,6 +7,7 @@ using AssociationRegistry.Vereniging; using AutoFixture; using FluentAssertions; +using Grar.Clients; using Moq; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_AdresHeeftGeenVerschillenMetAdressenregister.cs b/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_AdresHeeftGeenVerschillenMetAdressenregister.cs index 88da3834b..c4ebd1e80 100644 --- a/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_AdresHeeftGeenVerschillenMetAdressenregister.cs +++ b/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_AdresHeeftGeenVerschillenMetAdressenregister.cs @@ -8,6 +8,7 @@ using AssociationRegistry.Vereniging; using AutoFixture; using FluentAssertions; +using Grar.Clients; using Moq; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_Already_In_Locaties.cs b/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_Already_In_Locaties.cs index c6ca992d3..d25fc8404 100644 --- a/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_Already_In_Locaties.cs +++ b/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_Already_In_Locaties.cs @@ -7,6 +7,7 @@ using AssociationRegistry.Vereniging; using AutoFixture; using FluentAssertions; +using Grar.Clients; using Moq; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_BadRequest.cs b/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_BadRequest.cs index 048f7ae3a..d5374c576 100644 --- a/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_BadRequest.cs +++ b/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_BadRequest.cs @@ -8,6 +8,7 @@ using AssociationRegistry.Vereniging; using AutoFixture; using FluentAssertions; +using Grar.Clients; using Moq; using System.Net; using Xunit; diff --git a/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_InternalServerError.cs b/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_InternalServerError.cs index 2b4943d36..2ee21ba67 100644 --- a/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_InternalServerError.cs +++ b/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_InternalServerError.cs @@ -8,6 +8,7 @@ using AssociationRegistry.Vereniging; using AutoFixture; using FluentAssertions; +using Grar.Clients; using Moq; using System.Net; using Xunit; diff --git a/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_No_Matches.cs b/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_No_Matches.cs index 6a1aa2c3c..0a0999df7 100644 --- a/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_No_Matches.cs +++ b/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_No_Matches.cs @@ -7,6 +7,7 @@ using AssociationRegistry.Vereniging; using AutoFixture; using FluentAssertions; +using Grar.Clients; using Moq; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_NotFound.cs b/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_NotFound.cs index fb2ba5a35..4ff8a4cfc 100644 --- a/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_NotFound.cs +++ b/test/AssociationRegistry.Test/Locaties/Adressen/When_ProbeerAdresTeMatchen/Given_GrarClient_Returned_NotFound.cs @@ -7,6 +7,7 @@ using AssociationRegistry.Vereniging; using AutoFixture; using FluentAssertions; +using Grar.Clients; using Moq; using System.Net; using Xunit; diff --git a/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_AddressIsNullFromGrar.cs b/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_AddressIsNullFromGrar.cs index c46a5fe0c..60330264e 100644 --- a/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_AddressIsNullFromGrar.cs +++ b/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_AddressIsNullFromGrar.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Locaties.Adressen.When_SynchroniserenLocatieAdres; -using Acties.AdresSync.SyncAdresLocaties; using AutoFixture; using Common.AutoFixture; using Common.Framework; @@ -8,7 +7,9 @@ using EventFactories; using Events; using Grar; +using Grar.Clients; using Grar.Models; +using Grar.NightlyAdresSync.SyncAdresLocaties; using Messages; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_InactiveAddressFromGrar.cs b/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_InactiveAddressFromGrar.cs index e7b69ceb4..861fabc6e 100644 --- a/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_InactiveAddressFromGrar.cs +++ b/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_InactiveAddressFromGrar.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Locaties.Adressen.When_SynchroniserenLocatieAdres; -using Acties.AdresSync.SyncAdresLocaties; using AutoFixture; using Common.AutoFixture; using Common.Framework; @@ -8,7 +7,9 @@ using EventFactories; using Events; using Grar; +using Grar.Clients; using Grar.Models; +using Grar.NightlyAdresSync.SyncAdresLocaties; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Xunit; diff --git a/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_No_Changes_Then_No_Event.cs b/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_No_Changes_Then_No_Event.cs index 50cf7ee10..dd234f67f 100644 --- a/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_No_Changes_Then_No_Event.cs +++ b/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_No_Changes_Then_No_Event.cs @@ -1,13 +1,14 @@ namespace AssociationRegistry.Test.Locaties.Adressen.When_SynchroniserenLocatieAdres; -using Acties.AdresSync.SyncAdresLocaties; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; using Events; using Grar; +using Grar.Clients; using Grar.Models; +using Grar.NightlyAdresSync.SyncAdresLocaties; using Messages; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_NonExistingLocatie.cs b/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_NonExistingLocatie.cs index ab1bf809b..535e45700 100644 --- a/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_NonExistingLocatie.cs +++ b/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_NonExistingLocatie.cs @@ -1,12 +1,13 @@ namespace AssociationRegistry.Test.Locaties.Adressen.When_SynchroniserenLocatieAdres; -using Acties.AdresSync.SyncAdresLocaties; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; using Grar; +using Grar.Clients; using Grar.Models; +using Grar.NightlyAdresSync.SyncAdresLocaties; using Messages; using Microsoft.Extensions.Logging.Abstractions; using Moq; diff --git a/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_TeSyncroniseren_LocatieAdres.cs b/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_TeSyncroniseren_LocatieAdres.cs index a9703c057..3d5db099e 100644 --- a/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_TeSyncroniseren_LocatieAdres.cs +++ b/test/AssociationRegistry.Test/Locaties/Adressen/When_SynchroniserenLocatieAdres/With_TeSyncroniseren_LocatieAdres.cs @@ -1,13 +1,14 @@ namespace AssociationRegistry.Test.Locaties.Adressen.When_SynchroniserenLocatieAdres; -using Acties.AdresSync.SyncAdresLocaties; using AutoFixture; using Common.AutoFixture; using Common.Framework; using Common.Scenarios.CommandHandling; using Events; using Grar; +using Grar.Clients; using Grar.Models; +using Grar.NightlyAdresSync.SyncAdresLocaties; using Microsoft.Extensions.Logging.Abstractions; using Moq; using Xunit; diff --git a/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/Fixtures/DetailFixture.cs b/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/Fixtures/DetailFixture.cs index e2693b8ea..e431151fc 100644 --- a/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/Fixtures/DetailFixture.cs +++ b/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/Fixtures/DetailFixture.cs @@ -3,6 +3,7 @@ using AssociationRegistry.Grar; using AssociationRegistry.Grar.Models; using AssociationRegistry.Test.Common.Framework; +using Grar.Clients; using Xunit; public class DetailFixture : IAsyncLifetime diff --git a/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/Given_Multiple_Message_With_Same_IdempotenceKey.cs b/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/Given_Multiple_Message_With_Same_IdempotenceKey.cs index 0643cd6d2..5f15ddbab 100644 --- a/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/Given_Multiple_Message_With_Same_IdempotenceKey.cs +++ b/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/Given_Multiple_Message_With_Same_IdempotenceKey.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Locaties.When_Heradresseren_Locaties; -using AssociationRegistry.Acties.GrarConsumer.HeradresseerLocaties; using AssociationRegistry.Events; using AssociationRegistry.Framework; using AssociationRegistry.Grar; @@ -11,6 +10,8 @@ using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AutoFixture; using FluentAssertions; +using Grar.Clients; +using Grar.GrarConsumer.Messaging.HeradresseerLocaties; using Moq; using Xunit; diff --git a/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_DecoratingWithPostalInformation.cs b/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_DecoratingWithPostalInformation.cs index 14e7da041..5f296709e 100644 --- a/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_DecoratingWithPostalInformation.cs +++ b/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_DecoratingWithPostalInformation.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Locaties.When_Heradresseren_Locaties; -using AssociationRegistry.Acties.GrarConsumer.HeradresseerLocaties; using AssociationRegistry.Events; using AssociationRegistry.Grar; using AssociationRegistry.Grar.GrarUpdates.Hernummering; @@ -11,6 +10,8 @@ using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AssociationRegistry.Vereniging; using AutoFixture; +using Grar.Clients; +using Grar.GrarConsumer.Messaging.HeradresseerLocaties; using Moq; using Xunit; diff --git a/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_Multiple_TeHeradressren_Locaties.cs b/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_Multiple_TeHeradressren_Locaties.cs index 6758e9cd4..3a75fc032 100644 --- a/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_Multiple_TeHeradressren_Locaties.cs +++ b/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_Multiple_TeHeradressren_Locaties.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Locaties.When_Heradresseren_Locaties; -using AssociationRegistry.Acties.GrarConsumer.HeradresseerLocaties; using AssociationRegistry.Events; using AssociationRegistry.Grar; using AssociationRegistry.Grar.GrarUpdates.Hernummering; @@ -9,6 +8,8 @@ using AssociationRegistry.Test.Common.Framework; using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AutoFixture; +using Grar.Clients; +using Grar.GrarConsumer.Messaging.HeradresseerLocaties; using Moq; using Xunit; diff --git a/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_NonExistingLocatie.cs b/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_NonExistingLocatie.cs index b7b997a29..e34af248f 100644 --- a/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_NonExistingLocatie.cs +++ b/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_NonExistingLocatie.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Locaties.When_Heradresseren_Locaties; -using AssociationRegistry.Acties.GrarConsumer.HeradresseerLocaties; using AssociationRegistry.Grar; using AssociationRegistry.Grar.GrarUpdates.Hernummering; using AssociationRegistry.Grar.Models; @@ -8,6 +7,8 @@ using AssociationRegistry.Test.Common.Framework; using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AutoFixture; +using Grar.Clients; +using Grar.GrarConsumer.Messaging.HeradresseerLocaties; using Moq; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_TeHeradressren_Locaties.cs b/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_TeHeradressren_Locaties.cs index a1afcb1a6..9a7512705 100644 --- a/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_TeHeradressren_Locaties.cs +++ b/test/AssociationRegistry.Test/Locaties/When_Heradresseren_Locaties/With_TeHeradressren_Locaties.cs @@ -1,6 +1,5 @@ namespace AssociationRegistry.Test.Locaties.When_Heradresseren_Locaties; -using AssociationRegistry.Acties.GrarConsumer.HeradresseerLocaties; using AssociationRegistry.Events; using AssociationRegistry.Grar; using AssociationRegistry.Grar.GrarUpdates.Hernummering; @@ -9,6 +8,8 @@ using AssociationRegistry.Test.Common.Framework; using AssociationRegistry.Test.Common.Scenarios.CommandHandling; using AutoFixture; +using Grar.Clients; +using Grar.GrarConsumer.Messaging.HeradresseerLocaties; using Moq; using Xunit; using Xunit.Categories; diff --git a/test/AssociationRegistry.Test/ValueObjects/When_Creating_A_VerrijkteGemeentenaam/WithPostnaam.cs b/test/AssociationRegistry.Test/ValueObjects/When_Creating_A_VerrijkteGemeentenaam/WithPostnaam.cs index 90f002417..989744f80 100644 --- a/test/AssociationRegistry.Test/ValueObjects/When_Creating_A_VerrijkteGemeentenaam/WithPostnaam.cs +++ b/test/AssociationRegistry.Test/ValueObjects/When_Creating_A_VerrijkteGemeentenaam/WithPostnaam.cs @@ -2,6 +2,7 @@ namespace AssociationRegistry.Test.ValueObjects.When_Creating_A_VerrijkteGemeent using AssociationRegistry.Events; using AssociationRegistry.Grar.Models.PostalInfo; +using GemeentenaamDecorator; using Xunit; public class WithEmptyOrNull