예제 #1
0
        public void Setup()
        {
            var config = new Configuration
            {
                BaseUrl = WebApiSetupFixture.BaseAddress
            };

            _client = new HttpClient(config);
            _repo   = InMemoryTodoRepo.Instance;
        }