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