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