Exemple #1
0
 public ViewController(BAL_ISearchProduct BAL_itblProducts, BAL_IPostEmailPw BAL_iPostEmailPw,
                       BAL_INewProduct BAL_iNewProduct, BAL_IAddBankAccount BAL_iAddBankAccount,
                       BAL_IRegisterUser BAL_iRegisterUser, DAL_IGenerateOTP DAL_iGenererate,
                       DAL_IGetAllUsers DAL_iGetAllUsers, BAL_IGetMyCart BAL_iGetMyCart)
 {
     this.BAL_itblProducts    = BAL_itblProducts;
     this.BAL_iPostEmailPw    = BAL_iPostEmailPw;
     this.BAL_iNewProduct     = BAL_iNewProduct;
     this.BAL_iAddBankAccount = BAL_iAddBankAccount;
     this.BAL_iRegisterUser   = BAL_iRegisterUser;
     this.DAL_iGenererate     = DAL_iGenererate;
     this.DAL_iGetAllUsers    = DAL_iGetAllUsers;
     this.BAL_iGetMyCart      = BAL_iGetMyCart;
 }
 public BAL_GetAllUsers(DAL_IGetAllUsers DAL_iGetAllUsers)
 {
     this.DAL_iGetAllUsers = DAL_iGetAllUsers;
 }