コード例 #1
0
 public TodoTemplateAuthenticationService(HttpClient httpClient, IJSRuntime jsRuntime,
                                          TodoTemplateAuthenticationStateProvider authenticationStateProvider)
 {
     _httpClient = httpClient;
     _jsRuntime  = jsRuntime;
     _authenticationStateProvider = authenticationStateProvider;
 }