コード例 #1
0
        public object selectSingleStaff(string info)
        {
            object result = pd.selectSingleStaff(info);

            return(result);
        }