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