public CustomAuthenticationStateProvider(IJSRuntime jsRuntime, IfileContext userService) { this.jsRuntime = jsRuntime; this.userService = userService; }
public AdultController(IfileContext context) { _Context = context; }