Esempio n. 1
0
 public void BatchInsertTable(DataTable dt, string TableName)
 {
     try
     {
         bll.BatchInsertTable(dt, TableName);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Esempio n. 2
0
 public void BatchInsertTable(DataTable dt, string TableName)
 {
     bll.BatchInsertTable(dt, TableName);
 }