namespace GestionIntegral.Api.Dtos.Reportes { public class DevueltosOtrosDiasDto { public int Devueltos { get; set; } } }