public PlayerController(Lab28GeorgeContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 //constructor and dependency injection
 public HomeController(Lab28GeorgeContext context)
 {
     _context = context;
 }