Exemple #1
0
 public int Insert(Hashtable hs, string tableName)
 {
     return(dal.Insert(hs, tableName));
 }