Ejemplo n.º 1
0
 protected bool ValidOperation()
 {
     return(!_notificator.HasNotifications());
 }
Ejemplo n.º 2
0
 public bool IsValid()
 {
     return(!_notificator.HasNotifications());
 }
Ejemplo n.º 3
0
 protected bool OperationIsValid()
 {
     return(!_notificator.HasNotifications());
 }