Exemple #1
0
 public Inzerat GetById(int id)
 {
     return(_inzeratDao.GetById(id));
 }
Exemple #2
0
 public Inzerat GetById(int?Id)
 {
     return(inzeratDao.GetById(Id));
 }