Orders.com.BLL.Rules.ValidOrderStatusForUpdateRule.ValidOrderStatusForUpdateRule C# (CSharp) Method

ValidOrderStatusForUpdateRule() public method

public ValidOrderStatusForUpdateRule ( long orderID, IOrderItemService orderItemDataProxy ) : Peasy.Core
orderID long
orderItemDataProxy IOrderItemService
return Peasy.Core
        public ValidOrderStatusForUpdateRule(long orderID, IOrderItemService orderItemDataProxy)
        {
            _orderID = orderID;
            _orderItemDataProxy = orderItemDataProxy;
        }