code format

This commit is contained in:
Paul Schneider 2018-12-27 23:01:22 +00:00
commit f950f93f90

View file

@ -12,6 +12,7 @@ namespace Yavsc.Models.IT.Fixing
[ForeignKey("FeatureId")] [ForeignKey("FeatureId")]
public virtual Feature False { get; set; } public virtual Feature False { get; set; }
public long? FeatureId { get; set; } public long? FeatureId { get; set; }
[YaStringLength(2048)] [YaStringLength(2048)]