parent
05285cb12a
commit
ba59d1cc80
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package ru.spcex.clearing.lim.exporter.services;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
import ru.spcex.clearing.lim.exporter.config.SFTPConfig;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
|
|
@ -9,7 +10,7 @@ import java.util.List;
|
|||
@Service
|
||||
public class MoneyExporterService extends AbstractExporterService {
|
||||
|
||||
public MoneyExporterService() {
|
||||
public MoneyExporterService(SFTPConfig.LimGateway gateway) {
|
||||
super(gateway);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
package ru.spcex.clearing.lim.exporter.services;
|
||||
|
||||
import org.springframework.stereotype.Service;
|
||||
import ru.spcex.clearing.lim.exporter.config.SFTPConfig;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.Collection;
|
||||
|
|
@ -8,7 +9,7 @@ import java.util.List;
|
|||
|
||||
@Service
|
||||
public class SecurityExporterService extends AbstractExporterService {
|
||||
public SecurityExporterService() {
|
||||
public SecurityExporterService(SFTPConfig.LimGateway gateway) {
|
||||
super(gateway);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue