예제 #1
0
 public IActionResult carro(int id)
 {
     return(Ok(_carro.RetornarCarroPorId(id)));
 }