public async Task <ActionResult <EntregaExpedienteNotarioDTO> > obtenerEntregaExpedienteNotario([FromQuery] string iddoc) { return(_documentoservice.obtenerEntregaExpedienteNotarioDTO(iddoc)); }