Exemplo n.º 1
0
 public LoadTradeViewController(IMapper mapper, ITradeViewRepository tradeViewRepository,
                                ITradeViewGenericRepository tradeViewGenericRepository, ITradeViewBseCmRepository tradeViewBseCmRepository, ITradeViewNseFoRepository tradeViewNseFoRepository,
                                ITradeViewNseCmRepository tradeViewNseCmRepo, IGreekNseCmRepository greekNseCmRepository,
                                IGreekNseFoRepository greekNseFoRepository, IGreekBseCmRepository greekBseCmRepository)
 {
     _mapper = mapper;
     _tradeViewRepository        = tradeViewRepository;
     _tradeViewGenericRepository = tradeViewGenericRepository;
     _tradeViewNseCmRepo         = tradeViewNseCmRepo;
     _tradeViewNseFoRepository   = tradeViewNseFoRepository;
     _tradeViewBseCmRepository   = tradeViewBseCmRepository;
     _greekNseCmRepository       = greekNseCmRepository;
     _greekNseFoRepository       = greekNseFoRepository;
     _greekBseCmRepository       = greekBseCmRepository;
 }
Exemplo n.º 2
0
 public LoadTradeviewDataNseFo(ITradeViewNseFoRepository tradeViewNseFoRepository, IGreekNseFoRepository greekNseFoRepository)
 {
     _tradeViewNseFoRepository = tradeViewNseFoRepository;
     _greekNseFoRepository     = greekNseFoRepository;
 }