Пример #1
0
 public ActionResult <string> Get()
 {
     return(graphQuery.GetCategories());
 }