Exemplo n.º 1
0
 public System.Threading.Tasks.Task <ABCosmetic_app.ProductService.GetByIDResponse> GetByIDAsync(int id)
 {
     ABCosmetic_app.ProductService.GetByIDRequest inValue = new ABCosmetic_app.ProductService.GetByIDRequest();
     inValue.Body    = new ABCosmetic_app.ProductService.GetByIDRequestBody();
     inValue.Body.id = id;
     return(((ABCosmetic_app.ProductService.ProductServiceSoap)(this)).GetByIDAsync(inValue));
 }
Exemplo n.º 2
0
 public ABCosmetic_app.ProductService.Product GetByID(int id)
 {
     ABCosmetic_app.ProductService.GetByIDRequest inValue = new ABCosmetic_app.ProductService.GetByIDRequest();
     inValue.Body    = new ABCosmetic_app.ProductService.GetByIDRequestBody();
     inValue.Body.id = id;
     ABCosmetic_app.ProductService.GetByIDResponse retVal = ((ABCosmetic_app.ProductService.ProductServiceSoap)(this)).GetByID(inValue);
     return(retVal.Body.GetByIDResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <ABCosmetic_app.ProductService.GetByIDResponse> ABCosmetic_app.ProductService.ProductServiceSoap.GetByIDAsync(ABCosmetic_app.ProductService.GetByIDRequest request)
 {
     return(base.Channel.GetByIDAsync(request));
 }
Exemplo n.º 4
0
 ABCosmetic_app.ProductService.GetByIDResponse ABCosmetic_app.ProductService.ProductServiceSoap.GetByID(ABCosmetic_app.ProductService.GetByIDRequest request)
 {
     return(base.Channel.GetByID(request));
 }