Example #1
0
 /// <summary>
 /// 构造函数 
 /// </summary>
 public PanicbuyingEventItemMappingBLL(LoggingSessionInfo pUserInfo)
 {
     this.CurrentUserInfo = pUserInfo;
     this._currentDAO = new PanicbuyingEventItemMappingDAO(pUserInfo);
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 public vwItemPEventDetailBLL(LoggingSessionInfo pUserInfo)
 {
     this.CurrentUserInfo = pUserInfo;
     this._currentDAO     = new vwItemPEventDetailDAO(pUserInfo);
     this._panicbuyingEventItemMappingDAO = new PanicbuyingEventItemMappingDAO(pUserInfo);
 }