Exemplo n.º 1
0
 // GET: Admin/Campaign
 public ActionResult Index()
 {
     return(View(CampaignDAL.GetList()));
 }