コード例 #1
0
        public BaseResponse <IEnumerable <BoardOutputDto> > Get([FromHeader] IDictionary <string, string> @params)
        {
            var role = User.GetRole();

            return(_boardService.Get(role, @params));
        }