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