public System.Threading.Tasks.Task <ServiceReference1.GetCTProductGroups_WithAttributesResponse> GetCTProductGroups_WithAttributesAsync(string username, string password) { ServiceReference1.GetCTProductGroups_WithAttributesRequest inValue = new ServiceReference1.GetCTProductGroups_WithAttributesRequest(); inValue.Body = new ServiceReference1.GetCTProductGroups_WithAttributesRequestBody(); inValue.Body.username = username; inValue.Body.password = password; return(((ServiceReference1.CTProductsInStockSoap)(this)).GetCTProductGroups_WithAttributesAsync(inValue)); }
System.Threading.Tasks.Task <ServiceReference1.GetCTProductGroups_WithAttributesResponse> ServiceReference1.CTProductsInStockSoap.GetCTProductGroups_WithAttributesAsync(ServiceReference1.GetCTProductGroups_WithAttributesRequest request) { return(base.Channel.GetCTProductGroups_WithAttributesAsync(request)); }