コード例 #1
0
ファイル: PersonManagment.cs プロジェクト: ahyeah/equip-web
        //2016.10.8
        public bool AddPW(int personid, int menuid)
        {
            PersonAndWorkflow PW = new PersonAndWorkflow();
            bool res             = PW.AttachtoMenu(personid, menuid);

            return(res);
        }