Ejemplo n.º 1
0
        public void RetreiveAll()
        {
            int test = 0;
            List <ProductsProps> listAll = (List <ProductsProps>)db.RetrieveAll(test.GetType());

            Assert.True(listAll.Count != 0);
            Console.WriteLine("Found " + listAll.Count + "records");
        }