Ejemplo n.º 1
0
 protected bool OperacaoValida()
 {
     return(!_notificador.ExisteNotificacao());
 }
Ejemplo n.º 2
0
 protected bool ExisteNotificacao()
 {
     return(_notificador.ExisteNotificacao());
 }