Files
GestionIntegralWeb/Backend/GestionIntegral.Api/Models/Dtos/Reportes/DevueltosOtrosDiasDto.cs

7 lines
141 B
C#
Raw Normal View History

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