コード例 #1
0
 public IActionResult GetAllStockPrice()
 {
     return(Ok(stockService.GetAllStockPrice()));
 }