Esempio n. 1
0
 public static bool Link_Insert(Link data)
 {
     return(db.Link_Insert(data));
 }