Exemplo n.º 1
0
 // GET: ProductsController
 public ActionResult Vehicles()
 {
     return(View(vehiclesService.Get()));
 }