feat: add ShowBranding flag propagation from API to report data

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-20 12:06:30 +01:00
parent 85ee66750a
commit eec67a90f0
4 changed files with 20 additions and 13 deletions

View File

@@ -46,5 +46,5 @@ public interface IPdfMergerService
/// </summary>
public interface IReportOrchestrator
{
Task<byte[]> GenerateReportAsync(string isin);
Task<byte[]> GenerateReportAsync(string isin, bool showBranding = false);
}