chore: remove IPdfSaver de Models.cs (interface morta)

PDF salvo diretamente pelo PersistenceService no Home.razor.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ricardo Carneiro 2026-05-15 14:33:43 -03:00
parent b765543e1c
commit 5d3d327d02

View File

@ -102,10 +102,6 @@ public class DownloadProgress
public string Status { get; set; } = string.Empty; public string Status { get; set; } = string.Empty;
} }
public interface IPdfSaver
{
Task<string?> SavePdfAsync(byte[] pdfData, string suggestedFileName);
}
/// <summary> /// <summary>
/// A single event in the analysis stream. /// A single event in the analysis stream.