ExcelTranslatorCLI.create constructor
ExcelTranslatorCLI.create()
Factory constructor with default service
Implementation
factory ExcelTranslatorCLI.create() {
return ExcelTranslatorCLI(TranslatorService.create());
}
Factory constructor with default service
factory ExcelTranslatorCLI.create() {
return ExcelTranslatorCLI(TranslatorService.create());
}