Example #1
0
        public void ReadData()
        {
            var count = service.GetItemCollection().Count(c => c <= DateTime.Now);

            Assert.AreEqual(count, 3);
        }