Exemplo n.º 1
0
        public void TestMethod1()
        {
            var da = new ArtistTXLocalDa();

            Assert.IsTrue(da.GetCount() > 0);
        }