Esempio n. 1
0
 public async Task <IActionResult> GetCountry() => Ok(await _countryCashedService.GetCashed());
Esempio n. 2
0
 public async Task <ActionResult <IEnumerable <CountryDto> > > GetAll() => Ok(await _countryCashedService.GetCashed());