Example #1
0
 public System.Threading.Tasks.Task <ServicesReference.MesaConsultasExternasCetipService.Cetip> GetCetipAsync(string idProposta, ServicesReference.MesaConsultasExternasCetipService.TipoPessoaEnum tipoPessoa)
 {
     return(base.Channel.GetCetipAsync(idProposta, tipoPessoa));
 }
Example #2
0
 public ServicesReference.MesaConsultasExternasCetipService.Cetip GetCetip(string idProposta, ServicesReference.MesaConsultasExternasCetipService.TipoPessoaEnum tipoPessoa)
 {
     return(base.Channel.GetCetip(idProposta, tipoPessoa));
 }