Exemplo n.º 1
0
 public System.Threading.Tasks.Task <WebCene.Model.CT_ServiceReference.GetCTProductGroups_WithAttributesResponse> GetCTProductGroups_WithAttributesAsync(string username, string password)
 {
     WebCene.Model.CT_ServiceReference.GetCTProductGroups_WithAttributesRequest inValue = new WebCene.Model.CT_ServiceReference.GetCTProductGroups_WithAttributesRequest();
     inValue.Body          = new WebCene.Model.CT_ServiceReference.GetCTProductGroups_WithAttributesRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     return(((WebCene.Model.CT_ServiceReference.CTProductsInStockSoap)(this)).GetCTProductGroups_WithAttributesAsync(inValue));
 }
Exemplo n.º 2
0
 public WebCene.Model.CT_ServiceReference.ProductGroup[] GetCTProductGroups_WithAttributes(string username, string password)
 {
     WebCene.Model.CT_ServiceReference.GetCTProductGroups_WithAttributesRequest inValue = new WebCene.Model.CT_ServiceReference.GetCTProductGroups_WithAttributesRequest();
     inValue.Body          = new WebCene.Model.CT_ServiceReference.GetCTProductGroups_WithAttributesRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     WebCene.Model.CT_ServiceReference.GetCTProductGroups_WithAttributesResponse retVal = ((WebCene.Model.CT_ServiceReference.CTProductsInStockSoap)(this)).GetCTProductGroups_WithAttributes(inValue);
     return(retVal.Body.GetCTProductGroups_WithAttributesResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <WebCene.Model.CT_ServiceReference.GetCTProductGroups_WithAttributesResponse> WebCene.Model.CT_ServiceReference.CTProductsInStockSoap.GetCTProductGroups_WithAttributesAsync(WebCene.Model.CT_ServiceReference.GetCTProductGroups_WithAttributesRequest request)
 {
     return(base.Channel.GetCTProductGroups_WithAttributesAsync(request));
 }
Exemplo n.º 4
0
 WebCene.Model.CT_ServiceReference.GetCTProductGroups_WithAttributesResponse WebCene.Model.CT_ServiceReference.CTProductsInStockSoap.GetCTProductGroups_WithAttributes(WebCene.Model.CT_ServiceReference.GetCTProductGroups_WithAttributesRequest request)
 {
     return(base.Channel.GetCTProductGroups_WithAttributes(request));
 }