Esempio n. 1
0
 public static void test_create_and_insertto_db()
 {
     DataBase.Account account = new Account();
     account.createAndInsertToDB();
 }
Esempio n. 2
0
 public static void test_create_and_insertto_db()
 {
     DataBase.Account account = new Account();
     account.createAndInsertToDB();
 }