コード例 #1
0
 public ActionResult <string> GetCategoryLinks(string name)
 {
     return(graphQuery.GetCategoryLinks(name));
 }