public CustomAuthenticationStateProvider(IJSRuntime jsRuntime, InterfaceUserService userService) { this.jsRuntime = jsRuntime; this.userService = userService; }
public UserController() { userService = new UserService(); }