Example #1
0
        public JsonResult HolidayList(HolidayListEntity holidayEntity)
        {
            Master objMaster = new Master();
            //return null;
            UserEntity objUserEntity = UserEntity.GetInstance();

            return(Json(objMaster.AddHoliday(holidayEntity)));
        }