Exemplo n.º 1
0
        public IActionResult IndexSpr()
        {
            var model = new CourtLawUnitFilter()
            {
                DateFrom = NomenclatureExtensions.GetStartYear(),
                DateTo   = NomenclatureExtensions.GetEndYear(),
            };

            return(View(model));
        }
Exemplo n.º 2
0
        /// <summary>
        /// Страница с Длъжностни лица
        /// </summary>
        /// <returns></returns>
        public IActionResult IndexSpr()
        {
            ViewBag.PeriodTypeId_ddl = nomService.GetDropDownList <PeriodType>();
            var model = new CourtLawUnitFilter()
            {
                DateFrom = NomenclatureExtensions.GetStartYear(),
                DateTo   = NomenclatureExtensions.GetEndYear(),
            };

            return(View(model));
        }