Пример #1
0
 public IActionResult GetSingleLink(int id)
 {
     return(Ok(_repository.GetSingleLink(id)));
 }