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