Exemplo n.º 1
0
        public ActionResult Index()
        {
            IList <HuntViewModel> huntModels = _huntService.GetAllHuntsForCurrentMarketingYear();

            return(View(huntModels));
        }