agregado cambios para el fichero
This commit is contained in:
@@ -75,7 +75,7 @@ namespace APIFicheros.Controllers
|
||||
|
||||
try
|
||||
{
|
||||
int idFichero = Utilidades.guardarFichero(bd, datosFichero.fichero, datosFichero.nombreFichero, datosFichero.descripcion);
|
||||
int idFichero = Utilidades.guardarFichero(bd, datosFichero.fichero, datosFichero.nombreFichero, datosFichero.descripcion, datosFichero.idDocumento);
|
||||
|
||||
|
||||
documentospolizassg documentoObtenido = bd.documentospolizassg.First( x => x.idDocumento == datosFichero.idDocumento);
|
||||
|
||||
Reference in New Issue
Block a user