Exemplo n.º 1
0
 public System.Threading.Tasks.Task <AW.Infrastructure.Api.WCF.SalesPersonService.ListSalesPersonsResponse> ListSalesPersonsAsync(AW.Infrastructure.Api.WCF.SalesPersonService.ListSalesPersonsRequest request)
 {
     AW.Infrastructure.Api.WCF.SalesPersonService.ListSalesPersonsRequest1 inValue = new AW.Infrastructure.Api.WCF.SalesPersonService.ListSalesPersonsRequest1();
     inValue.request = request;
     return(((AW.Infrastructure.Api.WCF.SalesPersonService.ISalesPersonService)(this)).ListSalesPersonsAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <AW.Infrastructure.Api.WCF.SalesPersonService.ListSalesPersonsResponse> AW.Infrastructure.Api.WCF.SalesPersonService.ISalesPersonService.ListSalesPersonsAsync(AW.Infrastructure.Api.WCF.SalesPersonService.ListSalesPersonsRequest1 request)
 {
     return(base.Channel.ListSalesPersonsAsync(request));
 }