Exemplo n.º 1
0
        public ActionResult Index()
        {
            VehicleServiceClient vsc = new VehicleServiceClient();

            ViewBag.listVehicles = vsc.getall();
            return(View());
        }