public List <CampaignFollowUp> CampaignFollowUpInfo(CampaignFollowUp request) { try { return(campaignProxy.CampaignFollowUpInfo(request)); } catch (Exception exp) { WCFFaultException.GetClientException(exp, "CampaignFollowUpInfo"); throw new Exception(exp.ToString()); } }