예제 #1
0
 protected bool ValidOperation()
 {
     return(!_notificator.HasNotifications());
 }
예제 #2
0
 public bool IsValid()
 {
     return(!_notificator.HasNotifications());
 }
예제 #3
0
 protected bool OperationIsValid()
 {
     return(!_notificator.HasNotifications());
 }