Esempio n. 1
0
 public bool DeleteSiteLink(int siteId, int linkId)
 {
     return(linkDal.DeleteSiteLink(siteId, linkId) == 1);
 }