public AccountSerurityController(AccountSerurityService accountSerurityService, IHubContext <CharacterHub> hubContext) { _hubContext = hubContext; _accountSerurity = accountSerurityService; }
public CharacterHub(UserService userService, AccountSerurityService accountSerurityService) { _userService = userService; _accountSerurityService = accountSerurityService; }