Exemple #1
0
 public System.Threading.Tasks.Task <ServiceReference1.AcessaJogosResponse> AcessaJogosAsync()
 {
     ServiceReference1.AcessaJogosRequest inValue = new ServiceReference1.AcessaJogosRequest();
     inValue.Body = new ServiceReference1.AcessaJogosRequestBody();
     return(((ServiceReference1.serviceSoap)(this)).AcessaJogosAsync(inValue));
 }
Exemple #2
0
 System.Threading.Tasks.Task <ServiceReference1.AcessaJogosResponse> ServiceReference1.serviceSoap.AcessaJogosAsync(ServiceReference1.AcessaJogosRequest request)
 {
     return(base.Channel.AcessaJogosAsync(request));
 }