예제 #1
0
 public async Task <IActionResult> GetOrders([FromQuery] string ticker)
 {
     return(Ok(_stockExchange.GetOrdersPlaced(ticker)));
 }