Пример #1
0
 public void DeleteConcept(int graphId, int id)
 {
     graphService.DeleteConcept(graphId, id);
 }