Example #1
0
 public RefreshCustomerOnCheckoutSuccess(ICustomerRepo repo, ICustomerRefresher customerService)
 {
     this.repo            = repo;
     this.customerService = customerService;
 }
Example #2
0
 public RefreshCustomerOnInvoiceUpdate(ICustomerRepo repo, ICustomerRefresher customerService)
 {
     this.repo            = repo;
     this.customerService = customerService;
 }