示例#1
0
 // constructor and dependency injection
 public HomeController(Lab26GeorgeContext context)
 {
     _context = context;
 }
 public PlayerController(Lab26GeorgeContext context)
 {
     _context = context;
 }