Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f2275185

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

Endpoint for adding Notes to annotations in AnnotationController

Zobrazit rozdíly:

Backend/Core/Services/TagService/TagServiceEF.cs
233 233
            databaseContext.SaveChanges();
234 234
        }
235 235

  
236
        public void AddAnnotationInstance(Guid annotationId, Guid occurrenceId, User user, AddNoteToTagOccurenceRequest request)
236
        public void AddNoteToTagInstance(Guid annotationId, Guid occurrenceId, User user, AddNoteToTagOccurenceRequest request)
237 237
        {
238 238
            Annotation annotation = null;
239 239
            try

Také k dispozici: Unified diff