Beispiel #1
0
 public Starbucks(ICustomerCheck customerCheck)
 {
     _customerCheck = customerCheck;
 }
Beispiel #2
0
 public Portal(ICustomerCheck check)
 {
     _check = check;
 }