コード例 #1
0
 public FileLauncher(IFileSystem fileSystem, IExcelWrapper excelWrapper)
 {
     this.fileSystem = fileSystem;
     this.excelWrapper = excelWrapper;
 }
コード例 #2
0
 public ExcelService(IExcelWrapper excelPackage)
 {
     _excelPackage = excelPackage ?? throw new ArgumentNullException(nameof(excelPackage));
 }
コード例 #3
0
 public FileLauncher(IFileSystem fileSystem, IExcelWrapper excelWrapper)
 {
     this.fileSystem   = fileSystem;
     this.excelWrapper = excelWrapper;
 }