Example #1
0
 public EscapeRoomRepository(EscapeRoomCriticDbContext dbContext)
 {
     _dbContext = dbContext;
 }