예제 #1
0
 public System.Threading.Tasks.Task <wsUnitTest.ServiceCalculoRota.ResponseInformacoesRota> GetInformacoesRotaAsync(string token, string enderecoPartida, string cidadeUfPartida, string enderecoDestino, string cidadeUfDestino, wsUnitTest.ServiceCalculoRota.Veiculo veiculo, int tipoRota)
 {
     return(base.Channel.GetInformacoesRotaAsync(token, enderecoPartida, cidadeUfPartida, enderecoDestino, cidadeUfDestino, veiculo, tipoRota));
 }
예제 #2
0
 public wsUnitTest.ServiceCalculoRota.ResponseInformacoesRota GetInformacoesRota(string token, string enderecoPartida, string cidadeUfPartida, string enderecoDestino, string cidadeUfDestino, wsUnitTest.ServiceCalculoRota.Veiculo veiculo, int tipoRota)
 {
     return(base.Channel.GetInformacoesRota(token, enderecoPartida, cidadeUfPartida, enderecoDestino, cidadeUfDestino, veiculo, tipoRota));
 }