コード例 #1
0
ファイル: ArchetypeController.cs プロジェクト: nickvane/vela
        //
        // GET: /Archetype/

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

            return(View(archetypes));
        }