10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
@using BlazorWebAssemblyVisaApiClient.ErrorHandling
|
|
@using VisaApiClient
|
|
|
|
@code
|
|
{
|
|
[CascadingParameter] protected GlobalErrorHandler ErrorHandler { get; set; } = null!;
|
|
|
|
[Inject] protected IClient Client { get; set; } = null!;
|
|
}
|