Пример #1
0
 public IActionResult Get(string id)
 {
     return(Ok(_service.GetFriendsById(id)));
 }