public BusinessSymbolMaster(ISymbolMasterRepository symbolMasterRepository) { this.symbolMasterRepository = symbolMasterRepository; }
public ReportSymbolMaster(ISymbolMasterRepository symbolMastersRepository) { this.symbolMasterRepository = symbolMastersRepository; }