Example #1
0
        public string RemoveLeaveTypeSet(string strLeaveTypeSetId)
        {

            using (LeaveTypeSetBLL bllLeaveTypeSet = new LeaveTypeSetBLL())
            {
                return bllLeaveTypeSet.DeleteLeaveTypeSet(strLeaveTypeSetId);
            }
        }