Exemple #1
0
 public MatchedTradingInfo()
 {
     CustomerInfo       = new CustomerInfo();
     CustomerExtendInfo = new CustomerExtendInfo();
     GroupPropertyInfo  = new GroupPropertyInfo();
     VendorInfo         = new VendorInfo();
     ReplyList          = new List <ProductMatchedTradingReplyInfo>();
     PagedReplyList     = new PagedResult <ProductMatchedTradingReplyInfo>();
     AccountReplyList   = new List <ProductMatchedTradingReplyInfo>();
 }
Exemple #2
0
 public ConsultationInfo()
 {
     CustomerInfo       = new CustomerInfo();
     CustomerExtendInfo = new CustomerExtendInfo();
     GroupPropertyInfo  = new GroupPropertyInfo();
     VendorInfo         = new VendorInfo();
     ReplyList          = new List <ProductConsultReplyInfo>();
     PagedReplyList     = new PagedResult <ProductConsultReplyInfo>();
     AccountReplyList   = new List <ProductConsultReplyInfo>();
 }