public PlayerRepository(LeaderAPIDbContext leaderAPIDbContext)
 {
     _LeaderAPIDbContext = leaderAPIDbContext;
 }
Beispiel #2
0
 public ScoreRepository(LeaderAPIDbContext leaderAPIDbContext)
 {
     _LeaderAPIDbContext = leaderAPIDbContext;
 }
Beispiel #3
0
 public LevelRepository(LeaderAPIDbContext leaderAPIDbContext)
 {
     _LeaderAPIDbContext = leaderAPIDbContext;
 }