Correccion de cosas .w. No estoy seguro que e hecho
This commit is contained in:
@@ -47,6 +47,8 @@ public abstract class DocumentosDAO {
|
||||
public abstract boolean updateDocumentos(Documentos documentos);
|
||||
public abstract boolean deleteDocumentos(Documentos documentos);
|
||||
|
||||
public abstract int getTotalDocumentos(Caja caja);
|
||||
|
||||
protected List<Documentos> documentosFromResultSet(ResultSet rs) throws SQLException {
|
||||
List<Documentos> documentosList = new ArrayList<>();
|
||||
while (rs.next()) {
|
||||
|
||||
Reference in New Issue
Block a user