Exemplo n.º 1
0
 //constructor and dependency injection
 public HomeController(Lab27GeorgeContext context)
 {
     _context = context;
 }
 public PlayerController(Lab27GeorgeContext context)
 {
     _context = context;
 }