public AddressLoader(SalesOrderCustomerObject customer) { this.customer = customer; }
public AddressLoader(SalesOrderCustomerObject customer) : base(customer.ServiceProvider) { this.customer = customer; this.customer.StoreIdProperty.Change += OnCustomerChanged; this.customer.PersonIdProperty.Change += OnCustomerChanged; }