Ejemplo n.º 1
0
        // GET: Properties/Create
        public ActionResult Create()
        {
            var form = new PropertyAddForm();

            return(View(form));
        }
        // GET: Properties/Create
        public ActionResult Create()
        {
            var form = new PropertyAddForm();

            return View(form);
        }