public GEDClient.GEDServiceReference.GedDocumentoDTO selectDocumentoId(GEDClient.GEDServiceReference.GedDocumentoDTO documento)
 {
     return(base.Channel.selectDocumentoId(documento));
 }
 public int deleteDocumento(GEDClient.GEDServiceReference.GedDocumentoDTO documento)
 {
     return(base.Channel.deleteDocumento(documento));
 }
 public System.Collections.Generic.List <GEDClient.GEDServiceReference.GedDocumentoDTO> selectDocumento(GEDClient.GEDServiceReference.GedDocumentoDTO documento)
 {
     return(base.Channel.selectDocumento(documento));
 }
 public GEDClient.GEDServiceReference.GedDocumentoDTO updateDocumento(GEDClient.GEDServiceReference.GedDocumentoDTO documento)
 {
     return(base.Channel.updateDocumento(documento));
 }