Exemplo n.º 1
0
 public static void RegAnggota(string nik, string nama)
 {
     InsertData.RegMemberDB(nik, nama);
 }