Exemplo n.º 1
0
 public async Task <IActionResult> IndexBasket(int pageNum = 1)
 {
     return(View(await _basketService.GetBasketAsync(pageNum)));
 }