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