Ejemplo n.º 1
0
        public void FetchAllContactsTest()
        {
            DBAccess target = new DBAccess();

            target.FetchAllContacts("(local)", "CONTACT");
        }