Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c9e97683

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

Added sentiment to GET /annotation/id

Zobrazit rozdíly:

Backend/Models/Tags/TagInstanceInfo.cs
1
using System;
1
using Models.Enums;
2
using System;
2 3
using System.Collections.Generic;
3 4
using System.Linq;
4 5
using System.Text;
......
23 24

  
24 25
        public string Note { get; set; }
25 26

  
27
        public ETagSentiment? Sentiment { get; set; }
26 28
    }
27 29
}

Také k dispozici: Unified diff