Exemplo n.º 1
0
        public async Task <ResponseDTO <List <ConceptDTO> > > getConceptByTypeIdList([FromUri] List <string> idList)
        {
            var resp = await _conceptApplicationService.GetConceptByTypeIdListAsync(idList);

            return(resp);
        }