示例#1
0
		public DataTableMapper(DataTable dataTable, DataRowMapper mapper)
		{
			_table  = dataTable;
			_mapper = mapper;
		}
示例#2
0
 public DataTableMapper(DataTable dataTable, DataRowMapper mapper)
 {
     _table  = dataTable;
     _mapper = mapper;
 }