Relativity.DataExchange.Export.ExportFileFormatter
namespace Relativity.DataExchange.Export
{
public class ExportFileFormatter : ExportFileFormatterBase
{
public ExportFileFormatter(ExportFile exportSettings, IFieldNameProvider fieldNameProvider);
}
}