Beispiel #1
0
 public bool CheckSuit(IBucket bucket)
 {
     return(bucket.Contains(productsNames));
 }