Beispiel #1
0
 public void aplicarMulta(Prestamo prestamo)
 {
     this.multadoHasta = DateTime.Now.AddDays(prestamo.calcularDiasMulta());
 }