Exemplo n.º 1
0
        public void GetAllTest()
        {
            IEnumerable <Logging> get = con.Get();

            Assert.IsTrue(get.Count() > 0);
        }