public ResultObjectForExcel(ISqlCommandParameters parameters, IExcel.Range target, Boolean includeFieldHeadings, UpdateCallingClass logMethod) { targetRange = target; includeHeader = includeFieldHeadings; sqlExecution = new SqlCommandExecution(parameters); callingClass = logMethod; }
public ResultObject(ISqlCommandParameters parameter, UpdateCallingClass logMethod) { sqlCommandExecution = new SqlCommandExecution(parameter); callingClass = logMethod; }