Beispiel #1
0
 public void SaveSelectedGroupToRetailCluster(int retailclusterid, string selectedgroupuid, string usercode)
 {
     client = new SQSAdminServiceClient();
     client.Endpoint.Address = new System.ServiceModel.EndpointAddress(CommonVariables.WcfEndpoint);
     client.SQSAdmin_StudioM_SaveSelectedGroupToRetailCluster(retailclusterid, selectedgroupuid, usercode);
     client.Close();
 }