Пример #1
0
        public void EntityReader_GetAll()
        {
            var results = _reader.Find();

            Assert.IsNotNull(results);
            Assert.IsInstanceOf(typeof(Customer), results.First());
        }