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