コード例 #1
0
 public IActionResult GetDealerName(string partOfName)
 {
     return(Ok(locationManager.GetDealerName(partOfName)));
 }