Projekt

Obecné

Profil

« Předchozí | Další » 

Revize a35cb648

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

Added comments to backend

Zobrazit rozdíly:

Backend/Core/Entities/FinalAnnotation.cs
9 9
{
10 10
    public class FinalAnnotation : Annotation
11 11
    {
12
        /// <summary>
13
        /// List of annotations that were used to create the final annotation
14
        /// </summary>
12 15
        public List<Annotation> Annotations { get; set; } = new();
13 16
    }
14 17
}

Také k dispozici: Unified diff