Enhance ConfirmDialog with customizable button styles and add PDF opening functionality in AccountDetail

This commit is contained in:
2026-03-31 19:21:14 +02:00
parent 68e4e1aa4b
commit c376c70fec
4 changed files with 64 additions and 2 deletions

View File

@@ -3,4 +3,5 @@ namespace Duempelkas.App.Services;
public interface IFileSaveService
{
Task<string?> SaveFileAsync(byte[] content, string suggestedFileName);
Task OpenFileAsync(string filePath);
}