Exemple #1
0
 public PauseRoundHandler(IMessageHandler handler, IFightContext fightContext, ApplicationDbContext context) :
     base(
         handler, fightContext, context)
 {
 }
 public LoadStateHandler(IMessageHandler handler, IFightContext fightContext, ApplicationDbContext context) : base(
         handler, fightContext, context)
 {
 }
Exemple #3
0
 public SendPointsHandler(IMessageHandler handler, IFightContext fightContext, ApplicationDbContext context) : base(handler, fightContext, context)
 {
 }
Exemple #4
0
 public JuryConnectedHandler(IMessageHandler handler, IFightContext fightContext, ApplicationDbContext context) : base(handler, fightContext, context)
 {
 }
 protected BaseRequestHandler(IMessageHandler handler, IFightContext fightContext, ApplicationDbContext context)
 {
     NextHandler  = handler;
     FightContext = fightContext;
     Context      = context;
 }
Exemple #6
0
 public ShowPrematureEndPanelHandler(IMessageHandler handler, IFightContext fightContext, ApplicationDbContext context) : base(handler, fightContext, context)
 {
 }