Пример #1
0
 public IActionResult GetContactListFromCity(string name)
 {
     return(Ok(_contactListService.GetItemFromCity(name)));
 }