示例#1
0
 public GenerateShippingSlipBusinessRule(IShippingSlipService shippingSlipService)
 {
     _shippingSlipService = shippingSlipService;
 }
示例#2
0
 public void SetShippingService(IShippingSlipService shippingSlipService)
 {
     _shippingSlipService = shippingSlipService;
 }
 public ShippingSlipRule(IShippingSlipService shippingSlipService)
 {
     _shippingSlipService = shippingSlipService;
 }