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