Exemplo n.º 1
0
 public List<CompleteGuestList> GetEmailIdsForEvent(int GuestId)
 {
     try
     {
         EventResource objEventRes = new EventResource();
         return objEventRes.GetEmailIdsForEvent(GuestId);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }