Exemple #1
0
        public IActionResult GetEuCaseLaw(SearchApiModel searchModel)
        {
            var res = new LegislationResponseModel();

            res.Categories = this.GetEuCaseLawCategories(searchModel);

            return(Ok(res));
        }
Exemple #2
0
        public IActionResult GetEuDateProtectionBoard(SearchApiModel searchModel)
        {
            var res = new LegislationResponseModel();

            res.Categories = this.GetEuDateProtectionBoardCategories(searchModel);

            return(Ok(res));
        }