Ejemplo n.º 1
0
 public Register(IAccountDal accountDal, IUserInfoDal userInfoDal, IAdressDal adressDal, ICardInfoDal cardinfoDal)
 {
     this._accountDal  = accountDal;
     this._userInfoDal = userInfoDal;
     this._adressDal   = adressDal;
     this._cardinfoDal = cardinfoDal;
 }
Ejemplo n.º 2
0
 public CardInfo(ICardInfoDal cardInfoDal)
 {
     this._cardInfoDal = cardInfoDal;
 }