示例#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;
 }
示例#2
0
 public LoadTradeViewDataNseCm(ITradeViewNseCmRepository tradeViewNseCmRepository, IGreekNseCmRepository greekNseCmRepository)
 {
     _tradeViewNseCmRepository = tradeViewNseCmRepository;
     _greekNseCmRepository     = greekNseCmRepository;
 }