Esempio n. 1
0
 public tbl_Url GetByID(int Id)
 {
     return(objDb.GetByID(Id));
 }
Esempio n. 2
0
 public Url GetByID(int id)
 {
     return(_urlDb.GetByID(id));
 }
Esempio n. 3
0
 public tbl_Url GetByID(int id)
 {
     return(urldb.GetByID(id));
 }
Esempio n. 4
0
 public tbl_Url GetById(int id)
 {
     return(objDb.GetByID(id));
 }