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