Ejemplo n.º 1
0
 public async Task <CountryModel> GetCountryById(int countryId)
 {
     return(await lookupService.FindCountryById(countryId));
 }