Uses of Class
it.unicam.cs.ids2425.FilieraAgricola.dto.request.AggiungiAlCarrelloRequest
Packages that use AggiungiAlCarrelloRequest
Package
Description
-
Uses of AggiungiAlCarrelloRequest in it.unicam.cs.ids2425.FilieraAgricola.controller
Methods in it.unicam.cs.ids2425.FilieraAgricola.controller with parameters of type AggiungiAlCarrelloRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CarrelloResponse> CarrelloController.aggiungiProdotto(Long utenteId, AggiungiAlCarrelloRequest request) Aggiunge un prodotto al carrello dell'utente. -
Uses of AggiungiAlCarrelloRequest in it.unicam.cs.ids2425.FilieraAgricola.service
Methods in it.unicam.cs.ids2425.FilieraAgricola.service with parameters of type AggiungiAlCarrelloRequestModifier and TypeMethodDescriptionCarrelloService.aggiungiProdotto(Long utenteId, AggiungiAlCarrelloRequest request) Aggiunge un prodotto al carrello dell'utente.