Esempio n. 1
0
        public DataTable StatusOfAllLeavesBLL(int EmployeeID)
        {
            DataTable dataTable = leaveDAL.StatusOfAllLeavesDAL(EmployeeID);

            return(dataTable);
        }