Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2c9afc72

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

Moved HTML processing to HTMLService, inheritance changes in entities

Zobrazit rozdíly:

Backend/Core/Entities/FinalAnnotationTag.cs
6 6

  
7 7
namespace Core.Entities
8 8
{
9
    public class FinalAnnotationTag : AnnotationTag
9
    public class FinalAnnotationTag : AnnotationTagGeneric
10 10
    {
11
        // May cause problems?
12
        public FinalAnnotation Annotation { get; set; }
11 13
        public bool IsFinal { get; set; } = false;
12 14
        public List<User> Users { get; set; } = new();
13 15
    }

Také k dispozici: Unified diff