public function __construct(IScopeProcessor $scopeProcessor, Queries\IRequestQuery $requestQuery) { parent::__construct($scopeProcessor); $this->requestQuery = $requestQuery; }
public function __construct(IScopeProcessor $scopeProcessor, Queries\IOperationQuery $operationQuery) { parent::__construct($scopeProcessor); $this->operationQuery = $operationQuery; }