コード例 #1
0
 public void Notificar( INotificador notificadorActual, String elMensaje )
 {
     notificadorActual.EjecutarNotificacion( elMensaje );
 }