Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <WebCene.Model.CT_ServiceReference.GetCTProductGroupsResponse> GetCTProductGroupsAsync(string username, string password)
 {
     WebCene.Model.CT_ServiceReference.GetCTProductGroupsRequest inValue = new WebCene.Model.CT_ServiceReference.GetCTProductGroupsRequest();
     inValue.Body          = new WebCene.Model.CT_ServiceReference.GetCTProductGroupsRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     return(((WebCene.Model.CT_ServiceReference.CTProductsInStockSoap)(this)).GetCTProductGroupsAsync(inValue));
 }
Ejemplo n.º 2
0
 public WebCene.Model.CT_ServiceReference.ProductGroup[] GetCTProductGroups(string username, string password)
 {
     WebCene.Model.CT_ServiceReference.GetCTProductGroupsRequest inValue = new WebCene.Model.CT_ServiceReference.GetCTProductGroupsRequest();
     inValue.Body          = new WebCene.Model.CT_ServiceReference.GetCTProductGroupsRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     WebCene.Model.CT_ServiceReference.GetCTProductGroupsResponse retVal = ((WebCene.Model.CT_ServiceReference.CTProductsInStockSoap)(this)).GetCTProductGroups(inValue);
     return(retVal.Body.GetCTProductGroupsResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <WebCene.Model.CT_ServiceReference.GetCTProductGroupsResponse> WebCene.Model.CT_ServiceReference.CTProductsInStockSoap.GetCTProductGroupsAsync(WebCene.Model.CT_ServiceReference.GetCTProductGroupsRequest request)
 {
     return(base.Channel.GetCTProductGroupsAsync(request));
 }
Ejemplo n.º 4
0
 WebCene.Model.CT_ServiceReference.GetCTProductGroupsResponse WebCene.Model.CT_ServiceReference.CTProductsInStockSoap.GetCTProductGroups(WebCene.Model.CT_ServiceReference.GetCTProductGroupsRequest request)
 {
     return(base.Channel.GetCTProductGroups(request));
 }