Пример #1
0
 public Anuncio FindByID(long Id)
 {
     return(_anuncioRepository.FindByID(Id));
 }