コード例 #1
0
 public AdminInterfaceActivity()
 {
     fantasyTeamRepository = new SQLiteFantasyTeamRepository();
     playerRepository      = new SQLitePlayerRepository();
 }
コード例 #2
0
 public AdminPlayersActivity()
 {
     playerRepository = new SQLitePlayerRepository();
 }
コード例 #3
0
 public PickTeamsActivity()
 {
     fantasyTeamRepository = new SQLiteFantasyTeamRepository();
     playerRepository      = new SQLitePlayerRepository();
     turnCounter           = 0;
 }
コード例 #4
0
 public DisplayTeamsActivity()
 {
     fantasyTeamRepository = new SQLiteFantasyTeamRepository();
     playerRepository      = new SQLitePlayerRepository();
 }
コード例 #5
0
 public AdminChangePlayerDetailsActivity()
 {
     positionRepository    = new SQLitePositionRepository();
     playerRepository      = new SQLitePlayerRepository();
     premierTeamRepository = new SQLitePremierTeamRepository();
 }