Пример #1
0
 public void InsertRow(string tableName, DataRow row)
 {
     db.InsertDataRow(tableName, row);
 }