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