예제 #1
0
        /// <summary>
        /// employee下拉式選單
        /// </summary>
        /// <returns></returns>
        public List <SelectListItem> GetEmpName()
        {
            EmployeeDao employeeDao = new EmployeeDao();

            return(employeeDao.GetEmpName());
        }