コード例 #1
0
ファイル: B_RoleController.cs プロジェクト: Haute998/WalkTd
        public ActionResult Index()
        {
            List <B_Role> roles = B_Role.GetEntitysAll();

            return(View(roles));
        }