コード例 #1
0
 public async Task <IActionResult> GetCoinDetail(string symbol)
 {
     return(Json(await _coin.GetBySymbol(symbol)));
 }