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