Ejemplo n.º 1
0
 public Task <List <Profiting> > FindAllProfitingAccountsAsync(DateTime begin, DateTime end)
 {
     return(StopWatcher.TrackAsync(() => _store.FindAllProfitingAccountsAsync(begin, end), StopWatcher.GetCurrentMethod()));
 }