Initial
This commit is contained in:
6
PdfMarker/Models/AutoBalloonResult.cs
Normal file
6
PdfMarker/Models/AutoBalloonResult.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace PdfMarker.Models;
|
||||
|
||||
public class AutoBalloonResult
|
||||
{
|
||||
public List<BalloonVm> Balloons { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user