Esempio n. 1
0
        //
        // GET: /Archetype/

        public ActionResult Index()
        {
            IList <Archetype> archetypes = _archetypeService.GetAllArchetypes();

            return(View(archetypes));
        }