Esempio n. 1
0
 public tbl_Url GetById(int id)
 {
     return(objDB.GetByID(id));
 }
Esempio n. 2
0
 public tbl_Url GetByID(int Id)
 {
     return(objDb.GetByID(Id));
 }