Finalización de Endpoints para la gestión de Reportes. Se continúa con el Frontend.
This commit is contained in:
		| @@ -0,0 +1,11 @@ | ||||
| using System.Collections.Generic; | ||||
|  | ||||
| namespace GestionIntegral.Api.Dtos.Reportes | ||||
| { | ||||
|     public class ControlDevolucionesDataResponseDto | ||||
|     { | ||||
|         public IEnumerable<ControlDevolucionesReporteDto> DetallesCtrlDevoluciones { get; set; } = new List<ControlDevolucionesReporteDto>(); | ||||
|         public IEnumerable<DevueltosOtrosDiasDto> DevolucionesOtrosDias { get; set; } = new List<DevueltosOtrosDiasDto>(); | ||||
|         public IEnumerable<ObtenerCtrlDevolucionesDto> RemitosIngresados { get; set; } = new List<ObtenerCtrlDevolucionesDto>();  | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user