Пример #1
0
        public void Customer_Entity_CustomerTypeGet()
        {
            IQueryable <CustomerType> types = CustomerType.GetAll();

            Assert.IsTrue(types.Any() == true, "Did not work");
        }