Código
public CompraDTO(Compra compra) { this.id = compra.getId(); this.cantidadCuotas = compra.getCuotas().size(); this.item = compra.getInstrumento(); this.importe = item.getImporte() ; }
|
|||
| Tema destacado: Recopilación Tutoriales y Manuales Hacking, Seguridad, Privacidad, Hardware, etc |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|