コード例 #1
0
 public StarbucksCustomerManager(ICustomerCheckService customerCheckService)
 {
     _customerCheckService = customerCheckService;
 }
コード例 #2
0
 public NeroCustomerManager(ICustomerCheckService customerCheckService)
 {
     this.customerCheckService = customerCheckService;
 }