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

            return(PersonId);
        }