예제 #1
0
 public async Task GetPointById(string id) => await _client.GetById <EuropeanPointOfInterest>(_dataSource, id);
예제 #2
0
        public async Task GetSingleNAPOITest()
        {
            var account = await _client.GetById <PointOfInterest>("NorthAmericaPOI", "996564435");

            Assert.IsNotNull(account);
        }