Exemplo n.º 1
0
 public List <MODEL.Cliente> SelectCres()
 {
     DAL.Cliente dalCli = new DAL.Cliente();
     return(dalCli.SelectCres());
 }