Exemple #1
0
        public void TestMethod2()
        {
            DBOperasyon d      = new DBOperasyon();
            bool        result = d.Insert("test2", "test-soyad2", "123123124");

            Assert.IsTrue(result);
        }