Esempio n. 1
0
 public GenerateShippingSlipBusinessRule(IShippingSlipService shippingSlipService)
 {
     _shippingSlipService = shippingSlipService;
 }
Esempio n. 2
0
 public void SetShippingService(IShippingSlipService shippingSlipService)
 {
     _shippingSlipService = shippingSlipService;
 }
 public ShippingSlipRule(IShippingSlipService shippingSlipService)
 {
     _shippingSlipService = shippingSlipService;
 }