Пример #1
0
 public CryptocurrencyViewComponent(SondageContext sondageContext)
 {
     _sondageContext = sondageContext;
 }
Пример #2
0
 public CryptocurrenciesController(SondageContext context)
 {
     _context = context;
 }