Beispiel #1
0
 public void agregarInfracciones(Infraccion inf)
 {
     infracciones.Add(inf);
 }
Beispiel #2
0
 public Pago(DateTime fec, Infraccion infra)
 {
     this.fecha      = fec;
     this.infraccion = infra;
 }