Example #1
0
 public void RemoveProductImage(int imageid, int supplierid)
 {
     client = new SQSAdminServiceClient();
     client.Endpoint.Address = new System.ServiceModel.EndpointAddress(CommonVariables.WcfEndpoint);
     client.SQSAdmin_StudioM_RemoveProductImage(imageid);
     client.Close();
     GetProductImage(productid, supplierid);
 }