Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Natives.LoadFileCellFormatterFactory
namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Natives
{
public class LoadFileCellFormatterFactory
{
public ILoadFileCellFormatter Create(ExportFile exportSettings, IFilePathTransformer filePathTransformer);
public LoadFileCellFormatterFactory();
}
}