Пример #1
0
 public IActionResult Instruments()
 {
     return(View(new Nugget()
     {
         instruments = _context.getInstruments()
     }));
 }