Example #1
0
 public void Update(tbl_Url url)
 {
     objDB.Update(url);
 }
Example #2
0
 public void Update(tbl_Url url)
 {
     db.Update(url);
 }