Пример #1
0
 public IActionResult SaveCountry(string country)
 {
     preferenceService.SaveCountry(country);
     return(Ok());
 }