Beispiel #1
0
 public PlayerModel(League.Data.LeagueContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public TeamModel(League.Data.LeagueContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public IndexModel(League.Data.LeagueContext context)
 {
     _context = context;
 }