Exemplo n.º 1
0
 public CryptocurrencyViewComponent(SondageContext sondageContext)
 {
     _sondageContext = sondageContext;
 }
Exemplo n.º 2
0
 public CryptocurrenciesController(SondageContext context)
 {
     _context = context;
 }