Ejemplo n.º 1
0
 public void CancelCampaign(int CampaignId)
 {
     try
     {
         campaignProxy.CancelCampaign(CampaignId);
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "CancelCampaign");
         throw new Exception(exp.ToString());
     }
 }