예제 #1
0
        public void wStart1(string gid)
        {
            var proxy = new System.ServiceModel.ChannelFactory <Common.ServiceContracts.ICreditoValeService>("*").CreateChannel();

            proxy.Update(Guid.Parse(gid), 0);
        }