public GoodsInfoDetail()
 {
     goodsinformationtable = new GoodssourceinformationDao();
     userInfos             = new UsersDao();
     countyInfos           = new CountyDao();
     goodsTypeInfo         = new GoodstypeDao();
 }
Example #2
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.");
 }