Ejemplo n.º 1
0
 public IEnumerable <ImagensImovel> GetImagens(int idImovel)
 {
     return(_dao.GetImagens(idImovel));
 }