Exemple #1
0
 public static bool Link_Update(Link data)
 {
     return(db.Link_Update(data));
 }