in service/src/main/java/org/apache/fineract/cn/payroll/service/internal/service/PayrollDistributionService.java [51:60]
public PayrollDistributionService(@Qualifier(ServiceConstants.LOGGER_NAME) final Logger logger,
final PayrollCollectionRepository payrollCollectionRepository,
final PayrollPaymentRepository payrollPaymentRepository,
final AccountingAdaptor accountingAdaptor) {
super();
this.logger = logger;
this.payrollCollectionRepository = payrollCollectionRepository;
this.payrollPaymentRepository = payrollPaymentRepository;
this.accountingAdaptor = accountingAdaptor;
}