Files
PdfMarker_Web/PdfMarker/Models/AutoBalloonRequest.cs
2026-01-23 09:57:52 +01:00

6 lines
124 B
C#

namespace PdfMarker.Models;
public class AutoBalloonRequest
{
public string FileName { get; set; } = string.Empty;
}