示例#1
0
 protected MapperBase(IRefDataBusiness refData)
 {
     RefData = refData;
 }
示例#2
0
 public MapperFactory(IRefDataBusiness refData)
 {
     this.refData = refData;
     dictionary   = new Dictionary <Tuple, object>();
 }