Exemple #1
0
 public async Task <List <PerformanceResult> > GetPeformance()
 {
     return(await _manager.GetAllCryptoPerformance());
 }