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