public GoodsInfoDetail()
 {
     goodsinformationtable = new GoodssourceinformationDao();
     userInfos             = new UsersDao();
     countyInfos           = new CountyDao();
     goodsTypeInfo         = new GoodstypeDao();
 }
Example #2
0
 public Statistic()
 {
     this.trunkInfoDao = new TrunkinformationDao();
     this.goodsInfoDao = new GoodssourceinformationDao();
     this.totalLorry   = this.trunkInfoDao.GetCount().ToString();
     this.totalGoods   = this.goodsInfoDao.GetCount().ToString();
 }
Example #3
0
 public goodssourcepublisher() : base()
 {
     this.goodsSourceInfoDao = new GoodssourceinformationDao();
     this.goodsTypeDao       = new GoodstypeDao();
     this.transportTypeDao   = new TransporttypeDao();
     this.cautionTypeDao     = new CautiontypeDao();
     logger.Info("Constructor method done.");
 }
 public GoodsListHandler()
 {
     this.goodsInfoDao   = new GoodssourceinformationDao();
     this.tableGenerator = new TableGenerator();
     logger.Info("Constructor method done.");
 }
 public GoodsInfoList()
 {
     goodsinformationtable = new GoodssourceinformationDao();
     userInfos             = new UsersDao();
     countyInfos           = new CountyDao();
 }