Exemplo n.º 1
0
 //DeleteMenu
 public static void DeleteMenu(string tgl, string menu)
 {
     InsertData.DelMenuDB(tgl, menu);
 }