feat: add showDividend param to IReportOrchestrator interface
This commit is contained in:
@@ -46,5 +46,5 @@ public interface IPdfMergerService
|
||||
/// </summary>
|
||||
public interface IReportOrchestrator
|
||||
{
|
||||
Task<byte[]> GenerateReportAsync(string isin, bool showBranding = false);
|
||||
Task<byte[]> GenerateReportAsync(string isin, bool showBranding = false, bool showDividend = false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user