Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Natives.LineSuffix
namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Natives
{
public class LineSuffix
{
public LineSuffix(ILoadFileCellFormatter loadFileCellFormatter, ILog logger);
public void AddSuffix(DeferredEntry loadFileEntry);
}
}