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