Exemple #1
0
 public AdminInterfaceActivity()
 {
     fantasyTeamRepository = new SQLiteFantasyTeamRepository();
     playerRepository      = new SQLitePlayerRepository();
 }
Exemple #2
0
 public RegisterTeamActivity()
 {
     fantasyTeamRepository = new SQLiteFantasyTeamRepository();
 }
Exemple #3
0
 public DisplayTeamsActivity()
 {
     fantasyTeamRepository = new SQLiteFantasyTeamRepository();
     playerRepository      = new SQLitePlayerRepository();
 }
 public PickTeamsActivity()
 {
     fantasyTeamRepository = new SQLiteFantasyTeamRepository();
     playerRepository      = new SQLitePlayerRepository();
     turnCounter           = 0;
 }
 public DeleteFantasyTeamActivity()
 {
     fantasyTeamRepository = new SQLiteFantasyTeamRepository();
 }
 public MainActivity()
 {
     fantasyTeamRepository = new SQLiteFantasyTeamRepository();
 }