コード例 #1
0
 public async Task <List <PerformanceResult> > Get([FromQuery] CryptoCurrency baseCurrency,
                                                   [FromQuery] CryptoCurrency quoteCurrency)
 {
     return(await _manager.GetDayOfMonthPerformance(baseCurrency, quoteCurrency));
 }