static OrderServiceClient()
        {
            var channel = ServiceClientHelper.GetChannelByApiName("OrderApi");

            Client = new OrderService.OrderServiceClient(channel);
        }
예제 #2
0
        static ProductServiceClient()
        {
            var channel = ServiceClientHelper.GetChannelByApiName("ProductApi");

            Client = new ProductService.ProductServiceClient(channel);
        }