Esempio n. 1
0
        public IActionResult Annotation([FromBody] AnnotationModel model)
        {
            var annotation = ModelFactory.MapAnnotation(model);

            //return Ok(DataService.AddAnnotation(annotation));
            return(Ok(DataService.AddAnnotation(annotation)));
        }