Beispiel #1
0
        public void TestMethod3()
        {
            try
            {
                var repo = new ProductCategoryRepo();


                var x = repo.Get();
            }
            catch (Exception ex)
            {
            }
        }