Example #1
0
 public IActionResult AddLink(LinkForm linkForm)
 {
     return(Ok(_linkService.AddLink(linkForm)));
 }