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/Core/Services/TagService/TagServiceEF.cs
148 148

  
149 149
            var category = databaseContext.TagCategories.First(tc => tc.Id == request.CategoryId);
150 150

  
151
            databaseContext.Tags.Add(new Entities.Tag()
152 151
            databaseContext.Tags.Add(new Tag()
153 152
            {
154 153
                Name = request.Name,

Také k dispozici: Unified diff