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

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

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