Пример #1
0
        public ActionResult AddPlane()
        {
            var planeModel = new PlaneViewModel
            {
                PlaneModels = PlaneRequests.GetPlaneModels()
            };

            return(View(planeModel));
        }