public GenerateShippingSlipBusinessRule(IShippingSlipService shippingSlipService) { _shippingSlipService = shippingSlipService; }
public void SetShippingService(IShippingSlipService shippingSlipService) { _shippingSlipService = shippingSlipService; }
public ShippingSlipRule(IShippingSlipService shippingSlipService) { _shippingSlipService = shippingSlipService; }