Exemplo n.º 1
0
 //AddMenu
 public static void TambahMenu(string tgl, string menu, string jam)
 {
     InsertData.AddMenuDB(tgl, menu, jam);
 }