コード例 #1
0
 /// <summary>
 /// 更新DataTable
 /// </summary>
 public int UpdateDataTable(DataTable dt)
 {
     return(baseDao.UpdateDataTable(dt));
 }