#include "batch_request.h" #include "client.h" namespace NYT { //////////////////////////////////////////////////////////////////////////////// IBatchRequestBase& IBatchRequest::WithTransaction(const ITransactionPtr& transaction) { return WithTransaction(transaction->GetId()); } //////////////////////////////////////////////////////////////////////////////// } // namespace NYT