public EmailNotificationLoader()

in src/main/java/com/epam/digital/data/platform/notification/service/EmailNotificationLoader.java [44:46]


  public EmailNotificationLoader(NotificationTemplateRestClient templateRestClient, ObjectMapper yamlMapper) {
    super(templateRestClient, yamlMapper);
  }