Esempio n. 1
0
 public void AgregarPrestamo(Prestamo unPrestamo)
 {
     listaDePrestamos.Add(unPrestamo);
 }