Update
This commit is contained in:
@@ -21,4 +21,8 @@ public interface IOfferingSessionService
|
||||
Task SaveProofAsync(int id, Stream content, string fileName);
|
||||
Task<(Stream stream, string contentType)?> OpenProofAsync(int id);
|
||||
Task DeleteProofAsync(int id);
|
||||
|
||||
// Date-keyed variants for the anonymous mobile page (knows the date, not the id).
|
||||
Task SaveProofForDateAsync(DateOnly date, Stream content, string fileName);
|
||||
Task<(Stream stream, string contentType)?> OpenProofForDateAsync(DateOnly date);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user