Correccion de cosas .w. No estoy seguro que e hecho
This commit is contained in:
@@ -47,6 +47,8 @@ public abstract class EfectivoDAO {
|
||||
public abstract boolean updateEfectivo(Efectivo efectivo);
|
||||
public abstract boolean deleteEfectivo(Efectivo efectivo);
|
||||
|
||||
public abstract int getTotalEfectivo(Caja caja);
|
||||
|
||||
protected List<Efectivo> efectivosFromResultSet(ResultSet rs) throws SQLException {
|
||||
List<Efectivo> efectivoList = new ArrayList<>();
|
||||
while (rs.next()) {
|
||||
|
||||
Reference in New Issue
Block a user