private async Task selectCountry(SelectableCountryViewModel selectedCountry)
 => await navigationService.Close(this, selectedCountry.Country.Id);
Exemple #2
0
 private void selectCountry(SelectableCountryViewModel selectedCountry)
 {
     Close(selectedCountry.Country.Id);
 }