Exemple #1
0
 public int DeleteTable(string tablename)
 {
     return(dal.DeleteTable(tablename));
 }