public IndexModel(SoccerGame.Data.GameContext context)
 {
     _context = context;
 }
 public CreateModel(SoccerGame.Data.GameContext context)
 {
     _context = context;
 }
 public EditModel(SoccerGame.Data.GameContext context)
 {
     _context = context;
 }
Example #4
0
 public DetailsModel(SoccerGame.Data.GameContext context)
 {
     _context = context;
 }