Example #1
0
 protected override async Task OnInitializedAsync()
 {
     customer = await CustomerRepositoryAsync.GetByIdAsync(CustomerId);
 }