Exemplo n.º 1
0
 public List <Cliente> Pesquisar(string texto)
 {
     return(dao.Pesquisar(texto));
 }