Пример #1
0
 public string CampaignFollowUpMod(CampaignFollowUp request)
 {
     try
     {
         return(campaignProxy.CampaignFollowUpMod(request));
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "CampaignFollowUpMod");
         throw new Exception(exp.ToString());
     }
 }