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:
parent
b765543e1c
commit
5d3d327d02
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user