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