예제 #1
0
 protected bool OperacaoValida()
 {
     return(!_notificator.TemNotificacao());
 }
예제 #2
0
 protected bool IsValidOperation()
 {
     return(!_notifications.TemNotificacao());
 }
예제 #3
0
 protected bool PossuiNotificacao()
 {
     return(_notificator.TemNotificacao());
 }