Exemple #1
0
 public void AddConcept(int graphId, [FromBody] ConceptDto conceptDto)
 {
     graphService.AddConcept(graphId, conceptDto);
 }