Beispiel #1
0
 public void RemoveRelatedAreaFromProduct(string productid, string areaidstring, string callfrom)
 {
     client = new SQSAdminServiceClient();
     client.Endpoint.Address = new System.ServiceModel.EndpointAddress(CommonVariables.WcfEndpoint);
     client.SQSAdmin_RelatedArea_RemooveSelectedAreasFromProduct(productid, areaidstring, callfrom);
     client.Close();
 }