public BusinessSymbolMaster(ISymbolMasterRepository symbolMasterRepository)
 {
     this.symbolMasterRepository = symbolMasterRepository;
 }
Ejemplo n.º 2
0
 public ReportSymbolMaster(ISymbolMasterRepository symbolMastersRepository)
 {
     this.symbolMasterRepository = symbolMastersRepository;
 }