Exemple #1
0
 public async Task <List <btcHistoryDTO> > GetHistoryAsync()
 {
     return(await btc.GetBtcHistory());
 }