コード例 #1
0
 public CustomAuthenticationStateProvider(IJSRuntime jsRuntime, InterfaceUserService userService)
 {
     this.jsRuntime   = jsRuntime;
     this.userService = userService;
 }
コード例 #2
0
ファイル: UserController.cs プロジェクト: lanziliang/Ninesky
 public UserController()
 {
     userService = new UserService();
 }