refactoring

This commit is contained in:
Paul Schneider 2018-12-27 23:53:27 +00:00
commit 18d1b7fea4
8 changed files with 33 additions and 11 deletions

View file

@ -15,7 +15,10 @@ namespace Yavsc.Models.IT.Fixing
public long? FeatureId { get; set; }
[YaStringLength(2048)]
[YaStringLength(1024)]
public string Title { get; set; }
[YaStringLength(4096)]
public string Description { get; set; }
public BugStatus Status { get; set; }