Exemplo n.º 1
0
 public List <ImovelVO> FindById(string id)
 {
     return(_converter.ParseList(_repository.FindById(id)));
 }