Exemplo n.º 1
0
        public CompanyController()
        {
            HttpWebClientFactory clientFactory = new HttpWebClientFactory();

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

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