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

6 lines
125 B
C#

namespace PdfMarker.Models;
public class AutoBalloonResult
{
public List<BalloonVm> Balloons { get; set; } = new();
}