Exemplo n.º 1
0
 public table_idremap_reader(TableIdInfoDesc desc)
 {
     this.desc = desc;
     dst       = new List <TableIdInfo>();
 }
Exemplo n.º 2
0
 public remapid_batch_writer(TableIdInfoDesc desc, List <TableIdInfo> datas)
 {
     this.desc  = desc;
     this.datas = datas;
 }