using AMREZ.EOP.Contracts.DTOs.Tenancy.ListTenants; namespace AMREZ.EOP.Abstractions.Applications.UseCases.Tenancy; public interface IListTenantsUseCase { Task ExecuteAsync(ListTenantsRequest request, CancellationToken ct = default); }