コード例 #1
0
        public Employee GetEmployee(int id)
        {
            Emp obj = new Emp();

            return(obj.GetEmpById(id));
        }