示例#1
0
 public Statistic()
 {
     this.trunkInfoDao = new TrunkinformationDao();
     this.goodsInfoDao = new GoodssourceinformationDao();
     this.totalLorry   = this.trunkInfoDao.GetCount().ToString();
     this.totalGoods   = this.goodsInfoDao.GetCount().ToString();
 }
 public TrunkInfoDetail()
 {
     trunkinfos    = new TrunkinformationDao();
     trunkMeta     = new TrunkmetadataDao();
     countyTable   = new CountyDao();
     trunkTypeinfo = new TrunktypeDao();
 }
 public trunksourcepublisher() : base()
 {
     this.vehicleNumberDao    = new VvehiclenumberDao();
     this.trunkReturnTypeDao  = new TrunkreturntypeDao();
     this.trunkRouteTypeDao   = new TrunkroutetypeDao();
     this.trunkTimeTypeDao    = new TrunktimetypeDao();
     this.trunkInformationDao = new TrunkinformationDao();
     this.cityManager         = new CityManager();
     logger.Info("Constructor method init done.");
 }
示例#4
0
 public TrunkListHandler()
 {
     this.trunkInfoDao   = new TrunkinformationDao();
     this.tableGenerator = new TableGenerator();
     logger.Info("constructor method done.");
 }