Пример #1
0
 public FindOrCreateBranch(StorePurchaseContext next, ITillService tillService) : base(next)
 {
     _tillService = tillService;
 }
Пример #2
0
 public FindOrCreateCustomer(StorePurchaseContext next, ICustomerService customerService) : base(next)
 {
     _customerService = customerService;
 }