コード例 #1
0
 public static bool Link_Delete(string Id)
 {
     return(db.Link_Delete(Id));
 }