Exemplo n.º 1
0
 public TrunkInfoDetail()
 {
     trunkinfos    = new TrunkinformationDao();
     trunkMeta     = new TrunkmetadataDao();
     countyTable   = new CountyDao();
     trunkTypeinfo = new TrunktypeDao();
 }
Exemplo n.º 2
0
 public addtrunk() : base()
 {
     this.trunkTypeDao = new TrunktypeDao();
     this.vanTypeDao   = new VantypeDao();
     this.cityManager  = new CityManager();
     this.metaDataDao  = new UspInsertTrunkMetadataDao();
     this.prefixDao    = new TrunknumberprefixDao();
     this.numberDao    = new TrunknumberDao();
     logger.Info("Constructor method done.");
 }