Beispiel #1
0
        public bool BulkConfigureStudioMQandA(string supplierbrandid, string productidstring, string questionidstring, string answeridstring, string usercode)
        {
            client = new SQSAdminServiceClient();
            client.Endpoint.Address = new System.ServiceModel.EndpointAddress(CommonVariables.WcfEndpoint);
            bool result = client.SQSAdmin_StudioM_BulkConfigureStudiomQandA(supplierbrandid, productidstring, questionidstring, answeridstring, usercode);

            client.Close();

            return(result);
        }