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