示例#1
0
        public CompanyController()
        {
            HttpWebClientFactory clientFactory = new HttpWebClientFactory();

            clientFactory.SetBaseAddress("http://localhost:64007/Company/");
            _client = clientFactory.GetClient();
        }
示例#2
0
        public ProductGroupController()
        {
            HttpWebClientFactory clientFactory = new HttpWebClientFactory();

            clientFactory.SetBaseAddress("http://localhost:64007/ProductGroup/");
            _client = clientFactory.GetClient();
        }