Exemplo n.º 1
0
        public JsonResult GetVehicleInformation(string VehicleNumber)
        {
            var method             = new BuiltyCrudViewModel();
            var VehicleInformation = method.GetVehicleInformation(VehicleNumber);

            return(Json(VehicleInformation, JsonRequestBehavior.AllowGet));
        }