pushing <3

This commit is contained in:
Paul Schneider 2018-04-26 21:02:11 +02:00
commit bc2630f854
10 changed files with 44 additions and 24 deletions

View file

@ -27,7 +27,7 @@ namespace Yavsc.Server.Models.EMailing
[Key,DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public long Id { get; set; }
[MaxLengthAttribute(128)]
[MaxLengthAttribute(128),MinLength(3)]
public string ShortName { get; set; }
/// <summary>