Пример #1
0
 public LoginHandler(BlazeContext context, ClientContext clientContext, IPs3TicketDecoder ticketDecoder)
 {
     _context       = context;
     _clientContext = clientContext;
     _ticketDecoder = ticketDecoder;
 }
Пример #2
0
 public SessionDataHandler(BlazeContext blazeContext, ClientContext clientContext)
 {
     _blazeContext  = blazeContext;
     _clientContext = clientContext;
 }