Exemplo n.º 1
0
 protected override async Task OnParametersSetAsync()
 {
     this.Countries = await CountryModel.GetInRegion(this.Name);
 }