Ejemplo n.º 1
0
 public Gradual.OMS.InvXX.Fundos.OperacaoCotista.OperacaoCotista[] Exporta(Gradual.OMS.InvXX.Fundos.OperacaoCotista.ValidateLogin ValidateLogin, System.Nullable <int> IdOperacao, System.Nullable <int> IdCotista, System.Nullable <int> IdCarteira, System.Nullable <System.DateTime> DataOperacao)
 {
     Gradual.OMS.InvXX.Fundos.OperacaoCotista.ExportaRequest inValue = new Gradual.OMS.InvXX.Fundos.OperacaoCotista.ExportaRequest();
     inValue.ValidateLogin = ValidateLogin;
     inValue.IdOperacao    = IdOperacao;
     inValue.IdCotista     = IdCotista;
     inValue.IdCarteira    = IdCarteira;
     inValue.DataOperacao  = DataOperacao;
     Gradual.OMS.InvXX.Fundos.OperacaoCotista.ExportaResponse retVal = ((Gradual.OMS.InvXX.Fundos.OperacaoCotista.OperacaoCotistaWSSoap)(this)).Exporta(inValue);
     return(retVal.ExportaResult);
 }
Ejemplo n.º 2
0
 Gradual.OMS.InvXX.Fundos.OperacaoCotista.ExportaResponse Gradual.OMS.InvXX.Fundos.OperacaoCotista.OperacaoCotistaWSSoap.Exporta(Gradual.OMS.InvXX.Fundos.OperacaoCotista.ExportaRequest request)
 {
     return(base.Channel.Exporta(request));
 }