Esempio n. 1
0
 public void RemoveSelectedGroupFromRetailCluster(int retailclusterid, string selectedgroupuid)
 {
     client = new SQSAdminServiceClient();
     client.Endpoint.Address = new System.ServiceModel.EndpointAddress(CommonVariables.WcfEndpoint);
     client.SQSAdmin_StudioM_RemoveSelectedGroupFromRetailCluster(retailclusterid, selectedgroupuid);
     client.Close();
 }