Example #1
0
 protected override async Task OnInitializedAsync()
 {
     Customers = await CustomerViewModel.GetAllCustomers();
 }