コード例 #1
0
 public IActionResult carroDelete(int id)
 {
     return(Ok(_carro.DeletarCarro(id)));
 }