Exemple #1
0
 public bool DeleteData(Dictionary <string, string> selectedRow, Table table)
 {
     return(database.DeleteData(selectedRow, table));
 }