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