Esempio n. 1
0
 public CardUserMasterBL()
 {
     this._cardUserMasterDA = MasterDAFactory.GetDAL<ICardUserMasterDA>(MasterDAFactory.CardUserMaster);
     this._IUserCardPairDA = MasterDAFactory.GetDAL<IUserCardPairDA>(MasterDAFactory.UserCardPair);
     this._IConsumeCardMasterDA = MasterDAFactory.GetDAL<IConsumeCardMasterDA>(MasterDAFactory.ConsumeCardMaster);
     this._IClassMasterDA = MasterDAFactory.GetDAL<IClassMasterDA>(MasterDAFactory.ClassMaster);
     this._IGradeMasterDA = MasterDAFactory.GetDAL<IGradeMasterDA>(MasterDAFactory.GradeMaster);
     this._ICardUserAccountDA = MasterDAFactory.GetDAL<ICardUserAccountDA>(MasterDAFactory.CardUserAccount);
     this._IDepartmentMasterDA = MasterDAFactory.GetDAL<IDepartmentMasterDA>(MasterDAFactory.DepartmentMaster);
 }
Esempio n. 2
0
 public UserCardPairBL()
 {
     this._IUserCardPairDA = MasterDAFactory.GetDAL<IUserCardPairDA>(MasterDAFactory.UserCardPair);
     this._ICardUserMasterDA = MasterDAFactory.GetDAL<ICardUserMasterDA>(MasterDAFactory.CardUserMaster);
     this._IConsumeCardMasterDA = MasterDAFactory.GetDAL<IConsumeCardMasterDA>(MasterDAFactory.ConsumeCardMaster);
     this._IGradeMasterDA = MasterDAFactory.GetDAL<IGradeMasterDA>(MasterDAFactory.GradeMaster);
     this._IClassMasterDA = MasterDAFactory.GetDAL<IClassMasterDA>(MasterDAFactory.ClassMaster);
     this._ICardUserAccountDA = MasterDAFactory.GetDAL<ICardUserAccountDA>(MasterDAFactory.CardUserAccount);
     this._IDepartmentMasterDA = MasterDAFactory.GetDAL<IDepartmentMasterDA>(MasterDAFactory.DepartmentMaster);
     this._IBlacklistChangeRecordBL = MasterBLLFactory.GetBLL<IBlacklistChangeRecordBL>(MasterBLLFactory.BlacklistChangeRecord);
 }
Esempio n. 3
0
 public GradeMasterBL()
 {
     this._gradeMasterDA = MasterDAFactory.GetDAL<IGradeMasterDA>(MasterDAFactory.GradeMaster);
 }