namespace GestionIntegral.Api.Dtos.Radios { public class RitmoDto { public int Id { get; set; } public string? NombreRitmo { get; set; } } }