Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 6e91a560

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Added default value to Annotation.Note

Zobrazit rozdíly:

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