/// <summary> /// Initializes a new instance of the <see cref="UpdateOrderAfterFederatedPaymentSettlementBlock"/> class. /// </summary> /// <param name="getOrderCommand">The get order command.</param> /// <param name="persistEntityPipeline">The persist entity pipeline.</param> public UpdateOrderAfterFederatedPaymentSettlementBlock(GetOrderCommand getOrderCommand, IPersistEntityPipeline persistEntityPipeline) { this._getOrderCommand = getOrderCommand; this._persistEntityPipeline = persistEntityPipeline; }
public GetLoyaltyOrderBlock(GetOrderCommand getOrderCommand) { _getOrderCommand = getOrderCommand; }