Example #1
0
 public void Notificar()
 {
     Reglas.ForEach(o => o.Notificar( UltimaMedicion ));
 }