예제 #1
0
        public async Task <ActionResult> Index()
        {
            await GetListMasterMenu();

            MasterMenuRepository Repository = new MasterMenuRepository();

            ViewData["ListParent"] = await Repository.GetParent();

            return(View());
        }