public Gradual.OMS.InvXX.Fundos.Teste.OperacaoCotista.OperacaoCotistaViewModel Importa( Gradual.OMS.InvXX.Fundos.Teste.OperacaoCotista.ValidateLogin ValidateLogin, int IdCotista, int IdCarteira, System.DateTime DataOperacao, System.Nullable <System.DateTime> DataConversao, System.Nullable <System.DateTime> DataLiquidacao, byte TipoOperacao, byte TipoResgate, decimal Quantidade, decimal CotaOperacao, decimal ValorBruto, decimal ValorLiquido, decimal ValorIR, decimal ValorIOF, decimal ValorPerformance, decimal RendimentoResgate) { Gradual.OMS.InvXX.Fundos.Teste.OperacaoCotista.ImportaRequest inValue = new Gradual.OMS.InvXX.Fundos.Teste.OperacaoCotista.ImportaRequest(); inValue.ValidateLogin = ValidateLogin; inValue.IdCotista = IdCotista; inValue.IdCarteira = IdCarteira; inValue.DataOperacao = DataOperacao; inValue.DataConversao = DataConversao; inValue.DataLiquidacao = DataLiquidacao; inValue.TipoOperacao = TipoOperacao; inValue.TipoResgate = TipoResgate; inValue.Quantidade = Quantidade; inValue.CotaOperacao = CotaOperacao; inValue.ValorBruto = ValorBruto; inValue.ValorLiquido = ValorLiquido; inValue.ValorIR = ValorIR; inValue.ValorIOF = ValorIOF; inValue.ValorPerformance = ValorPerformance; inValue.RendimentoResgate = RendimentoResgate; Gradual.OMS.InvXX.Fundos.Teste.OperacaoCotista.ImportaResponse retVal = ((Gradual.OMS.InvXX.Fundos.Teste.OperacaoCotista.OperacaoCotistaWSSoap)(this)).Importa(inValue); return(retVal.ImportaResult); }
Gradual.OMS.InvXX.Fundos.Teste.OperacaoCotista.ImportaResponse Gradual.OMS.InvXX.Fundos.Teste.OperacaoCotista.OperacaoCotistaWSSoap.Importa(Gradual.OMS.InvXX.Fundos.Teste.OperacaoCotista.ImportaRequest request) { return(base.Channel.Importa(request)); }