Esempio n. 1
0
 public Task <ShoppingCartResponse> GetCartItemsAsync()
 {
     return(_laptopService.GetCartItemsAsync());
 }