From 59ff3e9ac8514fcaea7f3836f385bed70686ecca Mon Sep 17 00:00:00 2001 From: SmartRootsSrl Date: Thu, 26 Mar 2026 12:30:08 +0100 Subject: [PATCH] feat: add showNatixis param to IReportOrchestrator interface --- CertReports.Syncfusion/Services/Interfaces/IServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CertReports.Syncfusion/Services/Interfaces/IServices.cs b/CertReports.Syncfusion/Services/Interfaces/IServices.cs index 4f2bf33..2738193 100644 --- a/CertReports.Syncfusion/Services/Interfaces/IServices.cs +++ b/CertReports.Syncfusion/Services/Interfaces/IServices.cs @@ -46,5 +46,5 @@ public interface IPdfMergerService /// public interface IReportOrchestrator { - Task GenerateReportAsync(string isin, bool showBranding = false, bool showDividend = false); + Task GenerateReportAsync(string isin, bool showBranding = false, bool showDividend = false, bool showNatixis = false); }