Ejemplo n.º 1
0
 public ReportInstrumentMaster(IInstrumentMasterRepository instrumentMastersRepository)
 {
     this.instrumentMastersRepository = instrumentMastersRepository;
 }
Ejemplo n.º 2
0
 public BusinessInstrumentMaster(IInstrumentMasterRepository instrumentMastersRepository)
 {
     this.instrumentMastersRepository = instrumentMastersRepository;
 }