envio terminado
This commit is contained in:
@@ -364,5 +364,21 @@ namespace compabetov2.database
|
||||
|
||||
return detallesEnvio;
|
||||
}
|
||||
|
||||
public static bool editarEnvio(Envio envio)
|
||||
{
|
||||
return DAO.editarEnvioDAO(envio);
|
||||
}
|
||||
|
||||
|
||||
public static bool cancelarEnvio(int idEnvio)
|
||||
{
|
||||
return DAO.cancelarEnvioDAO(idEnvio);
|
||||
}
|
||||
|
||||
public static bool concluirEnvio(Envio envio, List<DetalleEnvioModel> detallesEnvio)
|
||||
{
|
||||
return DAO.concluirEnvioDAO(envio, detallesEnvio);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user