Exemple #1
0
        public void TestSubCategoryConnection()
        {
            _subrepo = new SubCategoryRepository(new BzaleDatabaseContext());

            var category = _subrepo.GetSubCategoriesByMainID(30, 1, int.MaxValue);


            Assert.IsNotNull(category);
        }