コード例 #1
0
 public ActionResult <CartDto> GetCart(int clientId)
 {
     return(cartsService.GetCart(clientId));
 }