Esempio n. 1
0
 public int IngresarSolicitud(SolicitudDto solicitud)
 {
     return(_solicitudService.IngresarSolicitud(solicitud));
 }