Exemple #1
0
 public CustomAuthenticationStateProvider(IJSRuntime jsRuntime, InterfaceUserService userService)
 {
     this.jsRuntime   = jsRuntime;
     this.userService = userService;
 }
Exemple #2
0
 public UserController()
 {
     userService = new UserService();
 }