Exemple #1
0
 public SB_OperateHistoryServices(ISB_OperateHistoryRepository dal, ISB_PageRepository tpagedal,
                                  IBB_InstrumentRepository tindal)
 {
     this.dal     = dal;
     base.baseDal = dal;
     pagedal      = tpagedal;
     indal        = tindal;
 }
Exemple #2
0
 public SB_OperateHistoryServices(ISB_OperateHistoryRepository dal)
 {
     this.dal     = dal;
     base.baseDal = dal;
 }