public async Task <ActionResult <DictamenDTO> > obtenerDictamen([FromQuery] string iddoc) { return(_documentoservice.obtenerDictamenDTO(iddoc)); }