Example #1
0
        public ActionResult Managers_Pendings()
        {
            LeaveBusinessLayer lb = new LeaveBusinessLayer();
            Employee           e1 = new Employee();

            return(Json(lb.ManagersPendings()));
        }