コード例 #1
0
ファイル: PersonManagment.cs プロジェクト: ahyeah/equip-web
        public int GetMenuId(string Menu_Name)
        {
            PersonAndWorkflow PW = new PersonAndWorkflow();
            int MenuId           = PW.GetMenuIdByName(Menu_Name);

            return(MenuId);
        }