Ejemplo n.º 1
0
 public IActionResult GetSingle(int id)
 {
     return(new OkObjectResult(_carLogic.GetCarById(id)));
 }