Esempio n. 1
0
 public List <CampaignLocation> GetCampaignLocation(int campaignId)
 {
     return(campaignProxy.GetCampaignLocation(campaignId));
 }