Esempio n. 1
0
        public IActionResult GetEuCaseLaw(SearchApiModel searchModel)
        {
            var res = new LegislationResponseModel();

            res.Categories = this.GetEuCaseLawCategories(searchModel);

            return(Ok(res));
        }
Esempio n. 2
0
        public IActionResult GetEuDateProtectionBoard(SearchApiModel searchModel)
        {
            var res = new LegislationResponseModel();

            res.Categories = this.GetEuDateProtectionBoardCategories(searchModel);

            return(Ok(res));
        }