コード例 #1
0
 public bool Update(int linkID, string url, string title, string note, int sortOrder)
 {
     using (SprocWrapper db = new SprocWrapper())
     {
         return(db.Link_Update(linkID, url, title, note, sortOrder));
     }
 }