Relativity.DataExchange.Export.VolumeManagerV2.Repository.ILongTextBuilder
namespace Relativity.DataExchange.Export.VolumeManagerV2.Repository
{
public interface ILongTextBuilder
{
IList<LongText> CreateLongText(ObjectExportInfo artifact, CancellationToken cancellationToken);
}
}