Example #1
0
 public async Task <AccountStats> GetStats(DateTime since)
 {
     return(await _store.GetStats(since));
 }