示例#1
0
        // GET: VehicleMake
        public ActionResult Index()
        {
            DataSet ds = new DataSet();

            ds = client.GetVehicleMake();

            return(View(ds));
        }