Revize 6e91a560
Přidáno uživatelem Vojtěch Bartička před asi 3 roky(ů)
Backend/Core/Entities/Annotation.cs | ||
---|---|---|
26 | 26 |
public DateTime DateAssigned { get; set; } |
27 | 27 |
public EState State { get; set; } |
28 | 28 |
public DateTime DateLastChanged { get; set; } |
29 |
public string Note { get; set; } |
|
29 |
public string Note { get; set; } = "";
|
|
30 | 30 |
|
31 | 31 |
public ICollection<Class> Classes { get; set; } = new List<Class>(); |
32 | 32 |
} |
Také k dispozici: Unified diff
Added default value to Annotation.Note