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