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