示例#1
0
 public CryptocurrencyViewComponent(SondageContext sondageContext)
 {
     _sondageContext = sondageContext;
 }
示例#2
0
 public CryptocurrenciesController(SondageContext context)
 {
     _context = context;
 }