Exemple #1
0
 public UserService(BoggleContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public FirebaseTokensService(BoggleContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemple #3
0
 public GameService(BoggleContext dbContext)
 {
     this.dbContext = dbContext;
 }