Exemplo n.º 1
0
 public ACM.Model.Campaign CampaignAdd(Campaign request)
 {
     try
     {
         return(campaignProxy.CampaignAdd(request));
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "CampaignAdd");
         throw new Exception(exp.ToString());
     }
 }