Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 8c9ce202

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

Fixed issues with database OR mapping

Zobrazit rozdíly:

Backend/Models/Tags/TagInstanceInfo.cs
1 1
using Models.Enums;
2
using Models.Users;
2 3
using System;
3 4
using System.Collections.Generic;
4 5
using System.Linq;
......
26 27

  
27 28
        public ETagSentiment? Sentiment { get; set; }
28 29
        public string SelectedText { get; set; }
30

  
31
        public List<UserInfo>? Users { get; set; }
32
        public bool? IsFinal { get; set; }
29 33
    }
30 34
}

Také k dispozici: Unified diff