/// <summary> /// /// </summary> /// <param name="objGuestToAdd"></param> /// <returns></returns> public object UpdateRsvp(CompleteGuestList objGuestToAdd) { object identity = null; try { EventResource objEventRes = new EventResource(); identity = objEventRes.UpdateRsvp(objGuestToAdd); } catch (Exception ex) { throw ex; } return identity; }