Exemplo n.º 1
0
 private bool RemoveProductCommandCanExecute()
 {
     return(ProductCollection.Count > 0 && !_usageControlService.CheckIfUsed(SelectedProduct));
 }