示例#1
0
 public StocksController(PortfolioEndpointContext context)
 {
     _context = context;
 }
示例#2
0
 public UsersController(PortfolioEndpointContext context)
 {
     _context = context;
 }
 public SymbolsController(PortfolioEndpointContext context)
 {
     _context = context;
 }
示例#4
0
 public CompanySupervisor(IConfiguration config, PortfolioEndpointContext context)
 {
     _config        = config;
     _context       = context;
     _companyDetail = new CompanyDetail();
 }