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(); }
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(); }
public void Initialize() { MPurchaseBll = new TMM.Service.Bll.User.MPurchaseBLL(); MAccountBll = new TMM.Service.Bll.User.MAccountBLL(); }