Пример #1
0
 public void Initialize()
 {
     TOrderBll          = new TMM.Service.Bll.Order.TOrderBLL();
     TOrderDetailBll    = new TMM.Service.Bll.Order.TOrderDetailBLL();
     MPurchaseBll       = new TMM.Service.Bll.User.MPurchaseBLL();
     MAccountBll        = new TMM.Service.Bll.User.MAccountBLL();
     MPayLogBll         = new TMM.Service.Bll.Order.MPayLogBLL();
     MAccountLogBll     = new TMM.Service.Bll.Order.AccountLogBLL();
     DDocInfoBll        = new TMM.Service.Bll.Doc.DDocInfoBLL();
     UserInfoBll        = new TMM.Service.Bll.User.U_UserInfoBLL();
     ExchangeAccountBll = new TMM.Service.Bll.Order.ExchangeAccountBLL();
 }
Пример #2
0
 public void Initialize()
 {
     UserInfoBll   = new TMM.Service.Bll.User.U_UserInfoBLL();
     MessageBll    = new TMM.Service.Bll.User.M_MessageBLL();
     DocInfoBll    = new TMM.Service.Bll.Doc.DDocInfoBLL();
     MCatalogBll   = new TMM.Service.Bll.Doc.MCatalogBLL();
     MFavoriteBll  = new TMM.Service.Bll.Doc.MFavoriteBLL();
     DTagBll       = new TMM.Service.Bll.Doc.D_TagBLL();
     MPurchaseBll  = new TMM.Service.Bll.User.MPurchaseBLL();
     MAccountBll   = new TMM.Service.Bll.User.MAccountBLL();
     TReqDocBll    = new TMM.Service.Bll.Doc.TReqDocBLL();
     AccountLogBll = new TMM.Service.Bll.Order.AccountLogBLL();
 }
Пример #3
0
 public void Initialize()
 {
     MPurchaseBll = new TMM.Service.Bll.User.MPurchaseBLL();
     MAccountBll  = new TMM.Service.Bll.User.MAccountBLL();
 }