Пример #1
0
 public ReportInstrumentMaster(IInstrumentMasterRepository instrumentMastersRepository)
 {
     this.instrumentMastersRepository = instrumentMastersRepository;
 }
Пример #2
0
 public BusinessInstrumentMaster(IInstrumentMasterRepository instrumentMastersRepository)
 {
     this.instrumentMastersRepository = instrumentMastersRepository;
 }