Exemple #1
0
 public async Task <Tuple <int, int, int> > Get()
 {
     return(await _service.QueryTotalItemsThisMonth());
 }