in service/src/main/java/org/apache/fineract/cn/notification/service/internal/service/NotificationService.java [47:61]
public NotificationService(final CustomerService customerService,
final SMSService smsService,
final EmailService emailService,
final TemplateService templateService,
final NotificationAuthentication notificationAuthentication,
@Qualifier(ServiceConstants.LOGGER_NAME) final Logger logger
) {
super();
this.customerService = customerService;
this.smsService = smsService;
this.emailService = emailService;
this.templateService = templateService;
this.notificationAuthentication = notificationAuthentication;
this.logger = logger;
}