コード例 #1
0
 public bool CheckSuit(IBucket bucket)
 {
     return(bucket.GetProducts().Count == 4);
 }