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

            res.Categories = this.GetEuCaseLawCategories(searchModel);

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

            res.Categories = this.GetEuDateProtectionBoardCategories(searchModel);

            return(Ok(res));
        }