Initial
This commit is contained in:
8
PdfMarker/Models/UploadedPdf.cs
Normal file
8
PdfMarker/Models/UploadedPdf.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace PdfMarker.Models;
|
||||
|
||||
public class UploadedPdf
|
||||
{
|
||||
public string File { get; set; } = default!;
|
||||
public string FileName { get; set; } = default!;
|
||||
public string PreviewUrl { get; set; } = default!;
|
||||
}
|
||||
Reference in New Issue
Block a user