Exemplo n.º 1
0
 public ActionResult MainPage(PromoData promo)
 {
     promo = _seminarService.GetPromoData();
     return(View(promo));
 }