コード例 #1
0
 public FootballerRepository(FootballerContext _context)
 {
     footballerContext = _context;
 }
コード例 #2
0
 public HomeController(FootballerContext context)
 {
     db    = context;
     teams = GetTeams();
 }