public LoginHandler(Skateboard3Context context, ClientContext clientContext, IBlazeNotificationHandler notificationHandler, IPs3TicketDecoder ticketDecoder, IUserSessionManager userSessionManager) { _context = context; _clientContext = clientContext; _notificationHandler = notificationHandler; _ticketDecoder = ticketDecoder; _userSessionManager = userSessionManager; }
public LoginHandler(BlazeContext context, ClientContext clientContext, IPs3TicketDecoder ticketDecoder) { _context = context; _clientContext = clientContext; _ticketDecoder = ticketDecoder; }