Esempio n. 1
0
 public RechargeRecordBL()
 {
     this._IRechargeRecordDA = MasterDAFactory.GetDAL<IRechargeRecordDA>(MasterDAFactory.RechargeRecord);
     this._ICardUserAccountDA = MasterDAFactory.GetDAL<ICardUserAccountDA>(MasterDAFactory.CardUserAccount);
     this._ICardUserAccountDetailDA = MasterDAFactory.GetDAL<ICardUserAccountDetailDA>(MasterDAFactory.CardUserAccountDetail);
     this._IUserCardPairDA = MasterDAFactory.GetDAL<IUserCardPairDA>(MasterDAFactory.UserCardPair);
     this._ISystemAccountDetailDA = MasterDAFactory.GetDAL<ISystemAccountDetailDA>(MasterDAFactory.SystemAccountDetail);
 }
 public CardUserAccountDetailBL()
 {
     this._icuadDA = MasterDAFactory.GetDAL<ICardUserAccountDetailDA>(MasterDAFactory.CardUserAccountDetail);
 }