Esempio n. 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)
 {
 }
Esempio n. 3
0
 public SendPointsHandler(IMessageHandler handler, IFightContext fightContext, ApplicationDbContext context) : base(handler, fightContext, context)
 {
 }
Esempio n. 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;
 }
Esempio n. 6
0
 public ShowPrematureEndPanelHandler(IMessageHandler handler, IFightContext fightContext, ApplicationDbContext context) : base(handler, fightContext, context)
 {
 }