Generation

generate functionThu, 11 May 2023

public void buscarCuotaPorId(Cuenta cuenta, Integer Cuota)

public void buscarCuotaPorId(Cuenta cuenta, Integer Cuota) { for (Cuota c : cuenta.getCuotas()) { if (c.getId() == cuota.id) { return c } } }

Want to kickstart your project?Use the new AI Studio to create your code