7 lines
120 B
C#
7 lines
120 B
C#
namespace EnvelopeGenerator.Web.Models.Annotation;
|
|
|
|
public class Background
|
|
{
|
|
public int Margin { get; init; }
|
|
}
|