예제 #1
0
        public DataTable LeaveSearchByDateLimitBLL(int employeeId, DateTime startDate, DateTime endDate)
        {
            DataTable dataTable = leaveDAL.LeaveSearchByDateLimitDAL(employeeId, startDate, endDate);

            return(dataTable);
        }