public void OutputToExcel(IOtherFormatOutput otherFormat) { IOtherFormatOutput _ExcelOutput = otherFormat; _ExcelOutput.ExcelOutput(); }
public void OutputToExcel(IOtherFormatOutput ExcelOutput) { ExcelOutput.ExcelOutput(); }