Exemple #1
0
        public string insert(LeaveForm objint)
        {
            LeaveApplyDBO objintDb = new LeaveApplyDBO();

            return(objintDb.insert(objint));
        }
Exemple #2
0
        public List <LeaveForm> RemainingDaysAvailable(int PageNo, int RowPerPage, string SearchText, int EmployeeID)
        {
            LeaveApplyDBO objintDb = new LeaveApplyDBO();

            return(objintDb.RemainingDaysAvailable(PageNo, RowPerPage, SearchText, EmployeeID));
        }
Exemple #3
0
        public List <LeaveForm> autoList(string SEARCHTEXT)
        {
            LeaveApplyDBO objintDb = new LeaveApplyDBO();

            return(objintDb.autoList(SEARCHTEXT));
        }
Exemple #4
0
        public List <LeaveForm> Leavelist(int PageNo, int RowPerPage, string SearchText, int leaveEmployeeID)
        {
            LeaveApplyDBO objintDb = new LeaveApplyDBO();

            return(objintDb.Leavelist(PageNo, RowPerPage, SearchText, leaveEmployeeID));
        }