Exemple #1
0
 public ReportInstrumentMaster(IInstrumentMasterRepository instrumentMastersRepository)
 {
     this.instrumentMastersRepository = instrumentMastersRepository;
 }
Exemple #2
0
 public BusinessInstrumentMaster(IInstrumentMasterRepository instrumentMastersRepository)
 {
     this.instrumentMastersRepository = instrumentMastersRepository;
 }