pushing <3
This commit is contained in:
parent
86aa702165
commit
bc2630f854
10 changed files with 44 additions and 24 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue