コード例 #1
0
 public Register(IAccountDal accountDal, IUserInfoDal userInfoDal, IAdressDal adressDal, ICardInfoDal cardinfoDal)
 {
     this._accountDal  = accountDal;
     this._userInfoDal = userInfoDal;
     this._adressDal   = adressDal;
     this._cardinfoDal = cardinfoDal;
 }
コード例 #2
0
 public CardInfo(ICardInfoDal cardInfoDal)
 {
     this._cardInfoDal = cardInfoDal;
 }