Exemplo n.º 1
0
 public List <Campaign> CampaignInfo(Campaign request)
 {
     try
     {
         return(campaignProxy.CampaignInfo(request));
     }
     catch (Exception exp)
     {
         WCFFaultException.GetClientException(exp, "CampaignInfo");
         throw new Exception(exp.ToString());
     }
 }