コード例 #1
0
        public virtual ActionResult Index()
        {
            Dictionary <string, string> startperiod = Periods.GetAllPeriods();

            ViewBag.dcStartPeriod   = startperiod;
            ViewBag.dcCampaniaHasta = startperiod;

            return(View());
        }