Esempio n. 1
0
 public bool Delete(int linkID)
 {
     using (SprocWrapper db = new SprocWrapper())
     {
         return(db.Link_Delete(linkID));
     }
 }