Example #1
0
        public void GetOfficesTest()
        {
            var results = OfficeService.GetNearestOffices(new WijsOef.Data.Domain.OfficeQuery()
            {
                Latitude = 2, Longitude = 5, Radius = 20
            });

            Assert.IsTrue(results.Count == 2);
        }