public int update(DTO.Cliente cliente) { DAL.Cliente c = new DAL.Cliente(); return(c.update(cliente)); }