コード例 #1
0
 public ActionResult <string> GetAllStartsWithName(string input)
 {
     return(_Istation.GetAllStartsWithName(input).ToString());
 }