Add unit tests for DashboardPdfStatementService to validate PDF generation with entries and transfers
This commit is contained in:
@@ -3,4 +3,5 @@ namespace Duempelkas.App.Services;
|
||||
public interface IPdfStatementService
|
||||
{
|
||||
Task<byte[]> GenerateStatementAsync(int accountId, bool currentYearOnly);
|
||||
Task<byte[]> GenerateDashboardStatementAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user