public BusinessSymbolMaster(ISymbolMasterRepository symbolMasterRepository)
 {
     this.symbolMasterRepository = symbolMasterRepository;
 }
Beispiel #2
0
 public ReportSymbolMaster(ISymbolMasterRepository symbolMastersRepository)
 {
     this.symbolMasterRepository = symbolMastersRepository;
 }