예제 #1
0
 protected List <PdMappings> GetPdIndexMappingResult()
 {
     _pdMapping = new PDMapping(this._eclId, this._eclType);
     Log4Net.Log.Info("LGD_PDMapping");
     return(_pdMapping.GetPdMapping());
 }
예제 #2
0
 protected List <PdMappings> GetPdMappingResult()
 {
     return(_pdMapping.GetPdMapping());
 }