Exemplo n.º 1
0
        //
        // GET: /Archetype/Details/5

        public ActionResult Details(string id)
        {
            var archetype = _archetypeService.GetArchetype(id);

            return(View(archetype));
        }