Exemplo n.º 1
0
 public CampaignDataModel Get(int id)
 {
     return(CampaignDAL.Get(id));
 }