7 lines
120 B
C#

namespace EnvelopeGenerator.Web.Models.Annotation;
public class Background
{
public int Margin { get; init; }
}