Esempio n. 1
0
 public ActionResult RemoveLink(int id)
 {
     _linkRepository.RemoveLink(id);
     return(new EmptyResult());
 }