Example #1
0
 public System.Threading.Tasks.Task <TipoDocumento.SI_RetornarTiposDocumentos_OUTResponse> SI_RetornarTiposDocumentos_OUTAsync(TipoDocumento.DT_TiposDocumentos MT_TiposDocumentos)
 {
     TipoDocumento.SI_RetornarTiposDocumentos_OUTRequest inValue = new TipoDocumento.SI_RetornarTiposDocumentos_OUTRequest();
     inValue.MT_TiposDocumentos = MT_TiposDocumentos;
     return(((TipoDocumento.SI_RetornarTipos_OUT)(this)).SI_RetornarTiposDocumentos_OUTAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <TipoDocumento.SI_RetornarTiposDocumentos_OUTResponse> TipoDocumento.SI_RetornarTipos_OUT.SI_RetornarTiposDocumentos_OUTAsync(TipoDocumento.SI_RetornarTiposDocumentos_OUTRequest request)
 {
     return(base.Channel.SI_RetornarTiposDocumentos_OUTAsync(request));
 }