コード例 #1
0
 public CustomAuthenticationStateProvider(IJSRuntime jsRuntime, IfileContext userService)
 {
     this.jsRuntime   = jsRuntime;
     this.userService = userService;
 }
コード例 #2
0
 public AdultController(IfileContext context)
 {
     _Context = context;
 }