Example #1
0
 public CustomerKeeper(IDomainAdderProxy domainAdderProxy)
 {
     _domainAdderProxy = domainAdderProxy;
 }
Example #2
0
 public OrdersKeeper(IDomainAdderProxy domainAdderProxy)
 {
     _domainAdderProxy = domainAdderProxy;
 }