public ConsumeRecordBL() { this._icmDA = MasterDAFactory.GetDAL<IConsumeRecordDA>(MasterDAFactory.ConsumeRecord); }
public SystemAccountDetailDA() { this._IConsumeRecordDA = MasterDAFactory.GetDAL<IConsumeRecordDA>(MasterDAFactory.ConsumeRecord); this._IPayRecordDA = MasterDAFactory.GetDAL<IPayRecordDA>(MasterDAFactory.PayRecord); }