Example #1
0
 public System.Collections.Generic.List <GEDClient.GEDServiceReference.GedVersaoDocumentoDTO> selectGedVersaoDocumentoPagina(int primeiroResultado, int quantidadeResultados, GEDClient.GEDServiceReference.GedVersaoDocumentoDTO gedVersaoDocumento)
 {
     return(base.Channel.selectGedVersaoDocumentoPagina(primeiroResultado, quantidadeResultados, gedVersaoDocumento));
 }
Example #2
0
 public GEDClient.GEDServiceReference.GedVersaoDocumentoDTO salvarAtualizarGedVersaoDocumento(GEDClient.GEDServiceReference.GedVersaoDocumentoDTO gedVersaoDocumento)
 {
     return(base.Channel.salvarAtualizarGedVersaoDocumento(gedVersaoDocumento));
 }
Example #3
0
 public System.Collections.Generic.List <GEDClient.GEDServiceReference.GedVersaoDocumentoDTO> selectGedVersaoDocumento(GEDClient.GEDServiceReference.GedVersaoDocumentoDTO gedVersaoDocumento)
 {
     return(base.Channel.selectGedVersaoDocumento(gedVersaoDocumento));
 }
Example #4
0
 public int deleteGedVersaoDocumento(GEDClient.GEDServiceReference.GedVersaoDocumentoDTO gedVersaoDocumento)
 {
     return(base.Channel.deleteGedVersaoDocumento(gedVersaoDocumento));
 }