Exemple #1
0
 public string CampaignFollowUpAdd(CampaignFollowUp request)
 {
     try
     {
         return(campaignProxy.CampaignFollowUpAdd(request));
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "CampaignFollowUpAdd");
         throw new Exception(exp.ToString());
     }
 }