Exemplo n.º 1
0
 public IndexModel(ILogger <IndexModel> logger, ReactionTimerContext context)
 {
     this.logger  = logger;
     this.context = context;
 }
Exemplo n.º 2
0
 public RegisterModel(ReactionTimerContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public HighScoresModel(ReactionTimerContext context)
 {
     this.context = context;
 }
Exemplo n.º 4
0
 public LoginModel(ReactionTimerContext context)
 {
     this.context = context;
 }
Exemplo n.º 5
0
 public StatisticsModel(ReactionTimerContext context)
 {
     this.context = context;
 }