예제 #1
0
 public IActionResult TodosCarros()
 {
     return(Ok(_carro.RetornarListaCarro()));
 }