public List <Model.Cliente> Select()
        {
            DAL.Cliente dalCli = new DAL.Cliente();

            //regras de negocios serao inseridas posteriormente

            return(dalCli.Select());
        }
Ejemplo n.º 2
0
 public List <MODEL.Cliente> Select()
 {
     DAL.Cliente dalCli = new DAL.Cliente();
     return(dalCli.Select());
 }
Ejemplo n.º 3
0
 public List <Model.Cliente> Select()
 {
     DAL.Cliente dalCli = new DAL.Cliente();
     //regras de negócios.
     return(dalCli.Select());
 }
Ejemplo n.º 4
0
 public List <Model.Cliente> Select()
 {
     DAL.Cliente dalCliente = new DAL.Cliente();
     return(dalCliente.Select());
 }
Ejemplo n.º 5
0
 public List <MODEL.Cliente> Select()
 {
     DAL.Cliente dalCli = new DAL.Cliente();
     //regras negocio
     return(dalCli.Select());
 }