using AMREZ.EOP.Contracts.DTOs.HumanResources.SetPrimaryAddress; namespace AMREZ.EOP.Abstractions.Applications.UseCases.HumanResources; public interface ISetPrimaryAddressUseCase { Task ExecuteAsync(SetPrimaryAddressRequest request, CancellationToken ct = default); }