Esempio n. 1
0
        public ActionResult AddPlanet()
        {
            var planet = new Planet
            {
                Name = LocalizedContent.Init()
            };

            return(View(planet));
        }